reactioncommerce / reaction-feature-requests

Reaction Feature Requests
13 stars 1 forks source link

Support replyTo as an option in sendEmail job #47

Open loanlaux opened 6 years ago

loanlaux commented 6 years ago

Currently, from, to, subject and html are allowed as options by the sendEmail job (server/jobs/email.js), which runs behind Reaction.Email.send.

When building contact forms, specifying a "reply to" address is often required. It would thus be very helpful to allow replyTo as an option.