node_mailer icon indicating copy to clipboard operation
node_mailer copied to clipboard

## Project deprecated, see README

Results 29 node_mailer issues
Sort by recently updated
recently updated
newest added

TypeError: require(...).createCredentials is not a function at starttls (C:\ELMSearch\SDL\node_modules\mailer\node_modules\nodemailer\lib\starttls.js:19:40) at SMTPClient. (C:\ELMSearch\SDL\node_modules\mailer\node_modules\nodemailer\lib\smtp.js:527:22) at SMTPClient._dataListener (C:\ELMSearch\SDL\node_modules\mailer\node_modules\nodemailer\lib\smtp.js:468:20) at SMTPClient._onData (C:\ELMSearch\SDL\node_modules\mailer\node_modules\nodemailer\lib\smtp.js:642:14) at Socket.emit (events.js:315:20) at addChunk (_stream_readable.js:295:12) at readableAddChunk (_stream_readable.js:271:9) at Socket.Readable.push (_stream_readable.js:212:10)...

For whatever reason, text files that are parsed by mustache are rendering new lines as spaces on output. When I parse files using some other mustache implementation (Hogan.js, e.g.), this...

Getting the following when I fire off emails inside a loop with 11+ iterations (i.e., 10 or fewer iterations doesn't generate this warning): ``` c$ node mailer-test.js (node) warning: possible...

{ [Error: Greeting never received] code: 'ETIMEDOUT', errno: 'ETIMEDOUT' }

If several messages got queued up during the `fs.readFile` call for a single template, when the template was finally loaded, `dispatchMail` would get called for each message, but would get...

Re: Issue #18. If test is truthy, message will be added to the deliveries export for inspection and will not be sent.

Fix a typo (say.js instead of node_mailer). Also add detail about the `result` param.

Simple change to support Mustache partial templates. Demo and sample template included.

credit to travisperson for the fix

explcitly set package.json dependency versions - fixes CALL_NON_FUNCTION_AS_CONSTRUCTOR error