Closed mschipperheyn closed 7 years ago
Great work. The thing is that we're trying to make react-universally as lean as possible, so I don't think we would include something like this in the codebase at this time.
But on that topic, I recommend mailgun as a service for email things.
I also using mailgun here. lol
Yeah, mailgun can be easily configured using this base (https://github.com/orliesaurus/nodemailer-mailgun-transport) as well. Totally get lean and mean. So, this issue can be used as a reference for anyone looking to shave a few hours of.
I have implemented a mailhandler using
nodemailer
that, as a default, can be used to implement a standard contact form. I thought I would share it here. If there is interest, I can implement the handler in the codebase.server/index.js
config/values.js
server/middleware/mailHandler
contactActions.js