HOW to configure your Spring Boot app to send EMAIL

preview_player
Показать описание
Want to send email from your Spring Boot app? Check out how to configure your app! (And most importantly, how to NOT giveaway your password!!)

====
====

ALSO SEE: 👀

RESOURCES: 👇

GET MORE: 🎉

Got questions or suggestions for future topics? Drop ‘em in the comments!

STUFF I LIKE TO USE: 😍

DISCLOSURE: All opinions stated here are mine and do not necessarily reflect those of the Spring team nor of my employer. Any usage of "Spring", "Spring Boot", "Spring Framework", "VMware", "Pivotal", or anything else is completely unaffiliated with its owners. From time to time, I may post affiliate links for products I enjoy using.

#springbootlearning #springbootbook

© 2022 Greg L. Turnquist, All Rights Reserved
Рекомендации по теме
Комментарии
Автор

One very important thing to mention is that you need to set up 2FA on your account, then create an App password, and use that 16-character password in your spring boot app.

Krankschwester
Автор

How would I actually configure in a production environment to enter password at runtime because we will not have IDE to run there ?

mihirsawant