Created
March 31, 2019 10:45
-
-
Save sintongPanjaitan/3e869b9bd47c96c38495c24a79af1090 to your computer and use it in GitHub Desktop.
This file contains hidden or 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: | |
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