Last active
April 6, 2024 09:05
-
-
Save drucoder/5bd20a5370d9b278fbd14f3909b454d8 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.yandex.ru | |
[email protected] | |
spring.mail.password=12345678 | |
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