Created
January 7, 2019 13:38
-
-
Save apalyukha/82099f91c322b26bd8345dc1998c25c8 to your computer and use it in GitHub Desktop.
Spring Boot. Mail, підтвердження ящика
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.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true | |
spring.mail.host=smtp.gmail.com | |
[email protected] | |
spring.mail.password=****************** | |
spring.mail.port=465 | |
spring.mail.protocol=smtps | |
mail.debug=true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment