Set reply-to email in Mailchannels api request
Is there a way to set a reply-to email on my mail send worker?
People fill in a form and set their email, I then send the form to myself and set their email as a mailto link. I would like to set a reply-to header instead. The relevant code so far looks roughly as such:
1 Reply
From the Mailchannels docs, https://api.mailchannels.net/tx/v1/documentation, there's an object on the personalizations array called
reply_to
which you can set, with the same properties as from/to