Open loanlaux opened 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.
from
to
subject
html
sendEmail
server/jobs/email.js
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.
replyTo
Currently,
from
,to
,subject
andhtml
are allowed as options by thesendEmail
job (server/jobs/email.js
), which runs behindReaction.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.