I am (successfully) using triggered e-mails for my websites, very powerful to combine coding and nice e-mail formatting. I am using wixCRM.emailContact() with some variables to trigger the mails
However now I have the following scenario. On my website I have listings of hotels, B&B’s, holiday homes etc. When a form is filled in I want to send a triggered e-mail to both the submitter of the form and the owner of the hotel, B&B or holiday home. I do want the mail to be sent from my own domain, however I want to include a reply to e-mail address, such that if for example the B&B owner is replying the mail not send to my domain but to mail address of the person the submitting the form.
Scenario:
- form submitted by name@submitter.com
- triggered mail sent from me@mydomain.com to owner@b-and-b.com
- owner B&B replies to e-mail, reply e-mail address is used and mail is send to name@submitter.com
However in Wix Velo the tiggered e-mails are using a default reply-to email address. Does anyone know how to do this?