How to confirm email additions in spring MVC web application

I am registering a user with an email address. but I want to send a confirmation link to the user, where, if they are clicked, their email address will be confirmed.

I am using java spring MVC hibernate mysql
+5
source share
2 answers

Among other tools, you can use the java mail package to send direclty emails from your application. Here is a link to the Java Mail API docs API

Thus, the script might look like this:

+17

Java Mail Api . , - db. , , "".

0

All Articles