node_mailer
node_mailer copied to clipboard
## Project deprecated, see README
thanks, but can you give work flow how to use this?
Hey, Marak There are no any commits for more then 7 months, so did you abandoned this project?
Your blog entry at: http://blog.nodejitsu.com/sending-emails-in-node attempts to link to this repo but fails.
Is not possible to specify complex html in the template? I can set simple html element with inline css styling (like html template example), but if i want specify the...
starting on line 59 of node_mailer.js, it seems that the callbacks for handling close and empty have been copy/pasted from the addClient method and those two methods use different names...
Would be good if we can select to use EJS, Mustache, jade etc....
It would be great if you could attach files to the emails that are being sent. Looking at sample PHP code from ( http://webcheatsheet.com/PHP/send_email_text_html_attachment.php ) this might not be difficult...
I've made a simple proxy server to test http APIs. It takes contents of http requests and forwards them to e-mail. The problem occurs when it tries to send an...
Hi, I am trying to send Html in an Email through the following source code: var email = require("./mailer/lib/node_mailer"); email.send({ host : "smtp.xyz.com", // smtp server hostname port : "25",...