Nodemailer v2.2.0 Release Notes

Release Date: 2016-02-18 // about 8 years ago
    • ๐Ÿšš Removed the need to use clone dependency
    • ๐Ÿ”ง Added new method verify to check SMTP configuration
    • 0๏ธโƒฃ Direct transport uses STARTTLS by default, fallbacks to plaintext if STARTTLS fails
    • Added new message option list for setting List-* headers
    • ๐Ÿ‘ Add simple proxy support with getSocket method
    • Added new message option textEncoding. If textEncoding is not set then detect best encoding automatically
    • Added new message option icalEvent to embed iCalendar events. Example [here](examples/ical-event.js)
    • Added new attachment option raw to use prepared MIME contents instead of generating a new one. This might be useful when you want to handcraft some parts of the message yourself, for example if you want to inject a PGP encrypted message as the contents of a MIME node
    • Added new message option raw to use an existing MIME message instead of generating a new one