Skip to content

Instantly share code, notes, and snippets.

@drucoder
Last active April 6, 2024 09:05
Show Gist options
  • Save drucoder/5bd20a5370d9b278fbd14f3909b454d8 to your computer and use it in GitHub Desktop.
Save drucoder/5bd20a5370d9b278fbd14f3909b454d8 to your computer and use it in GitHub Desktop.
Spring Boot. Быстрый старт: Mail, подтверждение ящика
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