Closed hhsnopek closed 10 years ago
Expand this out with more info - what kind of things would be required in the ship.conf file? Is nodemailer really the best option?
nodemailer seems the best, otherwise node-mail requires more setup.
Both have the option to setup normal SMTP but... Nodemailer supports these out of the box with no SMTP setup(pre-defined):
Nodemailer also supports XOAUTH for email, and has been tested on these PaaS:
It does seem the best option. If we wanted to create email templates we could easily add node-email-templates
Oh we could also store the email with nodemailer, so then if the sender wants to use the same message multiple times they can.
lol! I can't believe we're actually going forward with this... Not that this wouldn't actually be pretty useful, since my clients have asked for a zipped or tarred copy of the site. Rather it's just how horrible of a deployment method this is.
Hahah totally agreed @slang800
will add this to the list of future deployers. closing this discussion for now.
use nodemailer for configuring & sending email
purpose:
ship.conf
subject & message could either be dynamic or static.
request from @samccone via https://github.com/jenius/roots/issues/373