cliftonc / calipso

Calipso is a simple NodeJS content management system based on Express, Connect & Mongoose.
calip.so
1.71k stars 307 forks source link

email client #86

Open dtan opened 13 years ago

dtan commented 13 years ago

which email lib/client should be shipped with calipso? With registration, contact forms, etc, there needs to be at least one.

cliftonc commented 13 years ago

I remember seeing a nodejitsu blog about node-mailer? On Jul 25, 2011 9:28 PM, "dtan" < reply@reply.github.com> wrote:

which email lib/client should be shipped with calipso? With registration, contact forms, etc, there needs to be at least one.

Reply to this email directly or view it on GitHub: https://github.com/cliftonc/calipso/issues/86

dtan commented 13 years ago

ah right. cool, it supports smtp and sendmail (i think sendmail is the most common mail lib for *nix boxes?).

http://www.nodemailer.org/