Send email on form submission

Hi Guys,

I would like to have a form which send an email to a particular owner of a product. These owners of the products are captured in my database, when a visitor would like to contact the owner, he can send an email (with his questions). I know how to set up a form which send an email to a ‘fixed emailadress’ but not for the situation above. Do anyone have a process/link to arrange this?

Thank you!

Vincent

See the SendGrid NPM example to see how to send emails. You can set the recipient address to whatever you need for each email that you send out.

Hi @yisrael-wix , thank you for answer my question. I used before the SendGrid example. What I only don’t understand in my case what I need to fill in the code after the part ‘’ const recipient =‘’. because the recipient is different for every product in my database? Do you have an idea how to fix this or another post that is similair? Thank you! Vincent