Skip to content

Instantly share code, notes, and snippets.

@sintongPanjaitan
Created March 31, 2019 10:45
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 sintongPanjaitan/3e869b9bd47c96c38495c24a79af1090 to your computer and use it in GitHub Desktop.
Save sintongPanjaitan/3e869b9bd47c96c38495c24a79af1090 to your computer and use it in GitHub Desktop.
spring:
mail:
default-encoding: UTF-8
host: smtp.gmail.com
username: email
password: password
port: 587
properties:
mail:
smtp:
auth: true
starttls:
enable: true
protocol: smtp
test-connection: false
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment