Skip to content

Instantly share code, notes, and snippets.

@edermfl
Created February 8, 2017 10:25
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 edermfl/2e7a1a1ab898c88139caeb1351f98a06 to your computer and use it in GitHub Desktop.
Save edermfl/2e7a1a1ab898c88139caeb1351f98a06 to your computer and use it in GitHub Desktop.
application.yml
spring:
# ... outras configurações
mail:
host: smtp.gmail.com
port: 587
protocol: smtp
username: <seu_email>@gmail.com
password: <chave de 16 digitos gerada pelo Google Account>
properties:
mail:
smtp:
auth: true
starttls:
enable: true
required: true
quitwait: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment