Created
January 20, 2020 19:21
-
-
Save mrtampan/fb7a7783f64994a798cf68e9598a79b8 to your computer and use it in GitHub Desktop.
spring konfig applicationproperties
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=smtp.gmail.com | |
[email protected] | |
spring.mail.password=kamudandia | |
spring.mail.properties.mail.transport.protocol=smtp | |
spring.mail.properties.mail.smtp.port=587 | |
spring.mail.properties.mail.smtp.auth=true | |
spring.mail.properties.mail.smtp.starttls.enable=true | |
spring.mail.properties.mail.smtp.starttls.required=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment