All Versions
145
Latest Version
Avg Release Cycle
36 days
Latest Release
567 days ago

Changelog History
Page 12

  • v1.3.2 Changes

    March 09, 2015

    ๐Ÿš€ Maintenance release, upgraded dependencies. Replaced simplesmtp based tests with smtp-server based ones.

  • v1.3.0 Changes

    September 12, 2014

    ๐Ÿš€ Maintenance release, upgrades buildmail and libmime. Allows using functions as transform plugins and fixes issue with unicode filenames in Gmail.

  • v1.2.2 Changes

    September 05, 2014

    Proper handling of data uris as attachments. Attachment path property can also be defined as a data uri, not just regular url or file path.

  • v1.2.1 Changes

    August 21, 2014

    โฌ†๏ธ Bumped libmime and mailbuild versions to properly handle filenames with spaces (short ascii only filenames with spaces were left unquoted).

  • v1.2.0 Changes

    August 18, 2014

    ๐Ÿ‘ Allow using encoded strings as attachments. Added new property encoding which defines the encoding used for a content string. If encoding is set, the content value is converted to a Buffer value using the defined encoding before usage. Useful for including binary attachemnts in JSON formatted email objects.

  • v1.1.2 Changes

    August 18, 2014

    ๐Ÿ’… Return deprecatin error for v0.x style configuration

  • v1.1.1 Changes

    July 30, 2014

    ๐Ÿ›  Bumped nodemailer-direct-transport dependency. Updated version includes a bugfix for Stream nodes handling. Important only if use direct-transport with Streams (not file paths or urls) as attachment content.

  • v1.1.0 Changes

    July 29, 2014

    โž• Added new method resolveContent() to get the html/text/attachment content as a String or Buffer.

  • v1.0.4 Changes

    July 23, 2014

    ๐Ÿ›  Bugfix release. HTML node was instered twice if the message consisted of a HTML content (but no text content) + at least one attachment with CID + at least one attachment without CID. In this case the HTML node was inserted both to the root level multipart/mixed section and to the multipart/related sub section

  • v1.0.3 Changes

    July 16, 2014

    ๐Ÿ›  Fixed a bug where Nodemailer crashed if the message content type was multipart/related