node-email
node-email copied to clipboard
Simple wrapper for sendmail
Whats the reason for `Uncaught TypeError: spawn is not a function` error? Thanks
hi did not see it on the source is the attachment implemented ?
Hey thank you very much for this wrapper, even it is old it is very useful. But I found the mandatory _from_ parameter a bit annoying so I removed the...
I noticed that we don't need to config the password of our email. sure?
I've noticed that the content of body is automatically quote-escaped. Like.. If I send following email ``` var Email = require('email').Email var myMsg = new Email( { from: "[email protected]", to:...
- Added attachment code - Added documentation changes - Added tests
I want to use [Sourcegraph](https://sourcegraph.com) for node-email code search, browsing, and usage examples. Can an admin enable Sourcegraph for this repository? Just go to https://sourcegraph.com/github.com/aheckmann/node-email. (It should only take 30...
Streams!
1. I want to stream the body of a message, rather than making it a string. 2. I want to stream attachments to a message by just hooking up a...