> I've been maintaining a node mailer library ( http://github.com/marak/node_mailer ) for a while now and it's been a pain to test.
>
> Does anyone have any good suggestions for an easy mock smtp server I can use for my unit tests? A quick google search turned up http://www.jera.com/tools/fakesmtpd/ , was wondering if any node ninjas had a better suggestion.
My node smtp daemon would be pretty easy to hack into that. Patches welcome.
http://github.com/aredridel/node-smtp/
Aria
Does anyone have any good suggestions for an easy mock smtp server I can use for my unit tests? A quick google search turned up http://www.jera.com/tools/fakesmtpd/ , was wondering if any node ninjas had a better suggestion.
--
You received this message because you are subscribed to the Google Groups "nodejs" group.
To post to this group, send email to nod...@googlegroups.com.
To unsubscribe from this group, send email to nodejs+un...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/nodejs?hl=en.
Shashishekhar -So could I setup a test where I blasted out 100 emails from the mailer to a local postfix server, then the postfix server would write all those messages to a directory somewhere ( local user mail folder ? ), then node could parse that directory and determine if all 100 messages made it there in tact with no issues?
Thanks,
James
http://docs.amazonwebservices.com/ses/latest/DeveloperGuide/