Hacker News new | past | comments | ask | show | jobs | submit login
Nodemailer v1.0 (andrisreinman.com)
80 points by andris9 on July 15, 2014 | hide | past | favorite | 10 comments



It's interesting that you would mention that Nodemailer is not appropriate for mass mail due to the callback structure - does it make sense to write off mass mail because of this? I'm not convinced it does. What if you could specify a write stream that the result of each send could be streamed to? Or maybe do callbacks with batch results? Throwing away mass mailing in the biggest mail library available for Node seems sort of silly to me.

Of course, a big thanks is in order - Nodemailer has been a great system to work with and I'm glad it's still getting the love it deserves. Keep up the great work Andris.


What I actually mean is that you probably should not try to build your own SendGrid on top of Nodemailer. You might try and it might even work but you probably should not.

If you want to send 10 000 e-mails at once, then it works just fine. If you want to send 10 000 000 messages from a for loop then it probably breaks.


Sounds reasonable! :)


I wrote a blog post on this issue – about delivering bulk mail with Nodemailer here: http://www.andrisreinman.com/delivering-bulk-mail-with-nodem...


Great work! Also great to see more of the node community adopting semantic versioning


I've only had the chance to use this once on a client project, but it solved my problem in ~5 minutes (email attachments). Great package :)


I've been using it in a small side project of mine. Love it, thanks!


Great, thanks! Nodemailer has been very useful.


Nice indeed. Good work Andris!


Very nice. Thanks ya'll!




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: