Skip to content

AttainIT Technologies prototype for demonstrating Spring Boot mailer integration with Microsoft 365 (formerly known as Office 365).

Notifications You must be signed in to change notification settings

AttainIT-Technologies/prototype-o365-email

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Overview

This README is an overview of an AttainIT Technologies prototype for demonstrating a Spring Boot mailer integration with Microsoft 365 (formerly known as Office 365). This prototype is discussed in a article on the AttainIT Technologies Blog found at https://blog.attainittech.com.

Developer Workstation Notes

There is one properties file missing from this GitHub repository due to security concerns. It is explicitly referenced in the .gitignore file to prevent it from being pushed to GitHub. It order to run this application, the following file must be created in src/main/resources:

sensitive.properties

spring.mail.username=my-user@mydomain.com
spring.mail.password=my-secure-password
prototype.o365.email.from=webmaster@mydomain.com
prototype.o365.email.to=destination-user@your-domain.com

Reference Documentation

For further reference, please consider the following sections:

About

AttainIT Technologies prototype for demonstrating Spring Boot mailer integration with Microsoft 365 (formerly known as Office 365).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages