Skip to content

Instantly share code, notes, and snippets.

@sgyyz
Created February 1, 2019 07:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sgyyz/830312f5675f1506a89b47b0d7799f9f to your computer and use it in GitHub Desktop.
Save sgyyz/830312f5675f1506a89b47b0d7799f9f to your computer and use it in GitHub Desktop.
email-spring-boot-starter spring mail configuration
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