Trisha-tech / OnlineBookSales

This project named Online Book Sales - Backend deals with developing an e-commerce website for Online Book Sale. It provides the user with a catalog of different books available for purchase in the store. In order to facilitate online purchase, a shopping cart is provided to the user.
https://book4u-j5au.onrender.com/
MIT License
139 stars 239 forks source link

Make Contact-us page functional #647

Open shaurya35 opened 3 weeks ago

shaurya35 commented 3 weeks ago

Architecture: propose a subtle architecture to get assigned package: nodemailer

MohassinHussain commented 3 weeks ago

@shaurya35 Please provide more description

BhavikaPachauri commented 3 weeks ago

if this issue is open can i work on it

Sourabh782 commented 3 weeks ago

Architecture: propose a subtle architecture to get assigned package: nodemailer

hello @shaurya35, i can work on making contact us page working? few reasons:

  1. i have implemented otp based verification on other projects, so i am well versed with nodemailer working

my idea:

  1. using form to collect data (currently form layout is made, just have to integrate with states and collect input field data)
  2. creating an api endpoint to collect these data on backend
  3. on backend sending users message with user data (name, email id, message) to owner, and also sending a mail to user's email id to verify them their message is been sent
  4. designing a html layout for proper formatting of mail