All Versions
145
Latest Version
Avg Release Cycle
36 days
Latest Release
1390 days ago
Changelog History
Page 13
Changelog History
Page 13
-
v1.0.2 Changes
July 16, 2014⬆️ Upgraded nodemailer-smtp-transport to 0.1.11. The docs state that for SSL you should use 'secure' option but the underlying smtp-connection module used 'secureConnection' for this purpose. Fixed smpt-connection to match the docs.
-
v1.0.1 Changes
July 15, 2014Implemented missing #close method that is passed to the underlying transport object. Required by the smtp pool.
-
v1.0.0 Changes
July 15, 2014👀 Total rewrite. See migration guide here: http://www.andrisreinman.com/nodemailer-v1-0/#migrationguide
-
v0.7.1 Changes
July 09, 2014- ⬆️ Upgraded aws-sdk to 2.0.5
-
v0.7.0 Changes
June 17, 2014- Bumped version to v0.7.0
- Fix AWS-SES usage [5b6bc144]
- Replace current SES with new SES using AWS-SDK (Elanorr) [c79d797a]
- ⚡️ Updated README.md about Node Email Templates (niftylettuce) [e52bef81]
-
v0.6.5 Changes
May 15, 2014- Bumped version to v0.6.5
- Use tildes instead of carets for dependency listing [5296ce41]
- Allow clients to set a custom identityString (venables) [5373287d]
- 🛠 bugfix (adding "-i" to sendmail command line for each new mail) by copying this.args (vrodic) [05a8a9a3]
- ⚡️ update copyright (gdi2290) [3a6cba3a]
-
v0.6.4 Changes
May 13, 2014- Bumped version to v0.6.4
- added npmignore, bumped dependencies [21bddcd9]
- Add AOL to well-known services (msouce) [da7dd3b7]
-
v0.6.3 Changes
April 16, 2014- Bumped version to v0.6.3
- ⬆️ Upgraded simplesmtp dependency [dd367f59]
-
v0.6.2 Changes
April 09, 2014- Bumped version to v0.6.2
- Added error option to Stub transport [c423acad]
- Use SVG npm badge (t3chnoboy) [677117b7]
- add SendCloud to well known services (haio) [43c358e0]
- 🏗 High-res build-passing and NPM module badges (sahat) [9fdc37cd]
-
v0.6.1 Changes
January 26, 2014- Bumped version to v0.6.1
- Do not throw on multiple errors from sendmail command [c6e2cd12]
- 🛠 Do not require callback for pickup, fixes #238 [93eb3214]
- 🛠 Added AWSSecurityToken information to README, fixes #235 [58e921d1]
- Added Nodemailer logo [06b7d1a8]