filippoerbisti / Roccolo-s-project

Ecommerce wineshop Roccolo del Lago
https://roccolodellago.vercel.app
MIT License
5 stars 1 forks source link

Send Email #11

Closed filippoerbisti closed 2 years ago

filippoerbisti commented 2 years ago

Contact Us => send email Template from: mail_client (input) to: me (fix email) subject: dropdown (3 options: wedding, tastings, shop) message: message_client

Tips: use SendGrid/MailChimp

filippoerbisti commented 2 years ago

Use of @emailjs/browser -> params passed:

const templateParams = {

          from_name: fullname,  // fullname = fisrtname + lastname
          from_email: email,  //client email
          to_name: 'Roccolo del Lago',  // fixed
          subject: subject,  
          message: message,
}

Template email enabled Auto-Reply =