Home United States USA — software How to Activate New User Accounts by Email

How to Activate New User Accounts by Email

320
0
SHARE

In a previous article, I explained how to create an activation link for new users of a web app. In this article, I’ll show you how to send that link via …
Join the DZone community and get the full member experience. In a previous article, I explained how to create an activation link for new users of a Vaadin web application. In this article, I’ll show you how to send that link via email using SMTP. Spring Boot makes it easy to start sending emails from the app. We just need to add the following to the section of the pom.xml file: Now we can change the AuthService class to send a message through email instead of printing it in the console.

Continue reading...