Skip to content

amaresh8053/springboot-smtp-mailer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

springboot-smtp-mailer

This is a sample project to send emails AWS SES. User the follwing properties.

################################AWS SES PROPERTIES##################### spring.mail.host=> spring.mail.username=> spring.mail.password=> spring.mail.properties.mail.transport.protocol=smtp spring.mail.properties.mail.smtp.port=587 spring.mail.properties.mail.smtp.auth=true spring.mail.properties.mail.smtp.starttls.enable=true spring.mail.properties.mail.smtp.starttls.required=true spring.mail.properties.mail.smtp.ssl.trust=*

########################For SSL ####################################### #server.port=443 #SSL Key Info #security.require-ssl=true #server.ssl.key-store-password=lolpop123 #server.ssl.key-store=src/main/resources/amaresh-ssl-key.p12 #server.ssl.key-store-type=PKCS12

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages