Implement functionality to store the email address of a user who subscribes to the newsletter in the database, and send a thank you email to the registered email address upon successful registration.
-Create an endpoint to accept the email address and store it in the database.
-After successful registration, trigger an email to the registered address.
-The email should thank the user for subscribing to the newsletter.
I will use nodemailer to send the mail to registered email
Use Case
this will increase user interaction and will help us to track the all the email that want to subscribe to the newsletter
Benefits
this will greatly increase user experience and will benefit the website too
Priority
High
Record
[X] I agree to follow this project's Code of Conduct
[X] I'm a GSSOC contributor
[X] I want to work on this issue
[X] I'm willing to provide further clarification or assistance if needed.
Is there an existing issue for this?
Feature Description
Implement functionality to store the email address of a user who subscribes to the newsletter in the database, and send a thank you email to the registered email address upon successful registration.
-Create an endpoint to accept the email address and store it in the database. -After successful registration, trigger an email to the registered address. -The email should thank the user for subscribing to the newsletter.
I will use nodemailer to send the mail to registered email
Use Case
this will increase user interaction and will help us to track the all the email that want to subscribe to the newsletter
Benefits
this will greatly increase user experience and will benefit the website too
Priority
High
Record