To prevent users from spamming emails, we need to implement an email verification feature using nodemailer.
The verification process should work as follows:
After a user submits their registration form, they should receive an email with a verification link.
When the user clicks on the verification link, they should be redirected to the login route.
We've already identified nodemailer as the package we'll use for this feature, but we're looking for help implementing it. Specifically, we would like someone to modify the existing signUp controller to incorporate the nodemailer verification process.
CrimeStop-Analytics
To prevent users from spamming emails, we need to implement an email verification feature using nodemailer.
The verification process should work as follows:
We've already identified nodemailer as the package we'll use for this feature, but we're looking for help implementing it. Specifically, we would like someone to modify the existing signUp controller to incorporate the nodemailer verification process.
signUp controller code Nodemailer documentation