Skip to content

Instantly share code, notes, and snippets.

@mevsungur
Last active February 21, 2020 21:51
Show Gist options
  • Save mevsungur/d3770a36a9d8169ffe89743f79f26eee to your computer and use it in GitHub Desktop.
Save mevsungur/d3770a36a9d8169ffe89743f79f26eee to your computer and use it in GitHub Desktop.
Spring Boot Mail
spring.mail.host=smtp-mail.outlook.com
spring.mail.port=587
spring.mail.username=***Kullanıcı Adınız***
spring.mail.password=***Sifreniz***
spring.mail.properties.mail.smtp.starttls.enable= true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment