Created
February 1, 2019 07:11
-
-
Save sgyyz/830312f5675f1506a89b47b0d7799f9f to your computer and use it in GitHub Desktop.
email-spring-boot-starter spring mail configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
spring.mail: | |
host: email-smtp.us-west-2.amazonaws.com | |
username: username | |
password: password | |
properties: | |
mail.transport.protocol: smtp | |
mail.smtp.port: 25 | |
mail.smtp.auth: true | |
mail.smtp.starttls.enable: true | |
mail.smtp.starttls.required: true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment