charu1603 / Ignyte-website

https://ignyte-website.vercel.app
9 stars 25 forks source link

bug:Missing Send Mail Logic in Contact Form #57

Closed Niharika0104 closed 4 months ago

Niharika0104 commented 7 months ago

Bug Description

Describe the bug: I have noticed that there is no implementation for sending emails upon submitting the contact form. Currently, I am planning to use Nodemailer and Google App Passwords for this functionality.

Expected behavior: Upon submitting the contact form, the system should send an email using Nodemailer and Google App Passwords.

Steps to Reproduce:

  1. Navigate to the contact form.
  2. Fill out the form with valid information.
  3. Submit the form.
  4. Observe that there is no email confirmation or notification.

Additional Context

Detailed Explanation: I am planning to implement the email sending functionality using Nodemailer and Google App Passwords. If there are specific guidelines or configurations needed for integrating this into the system, please provide them.

Possible Solutions (if any): If you have any recommendations or best practices for implementing email sending in this context, please share them.