emailjs v3.0.0 Release Notes

Release Date: 2020-05-29 // almost 4 years ago
  • โž• Added

    • ๐Ÿ“ฆ convert source to strict typescript, listed under the types field in package.json
    • support "dual-package" ESM + CJS via conditional exports & rollup-generated bundles
    • SMTPClient#creatMessageStack API #229
    • SMTPError API

    ๐Ÿ”„ Changed

    • simplify public API #249
    • ๐Ÿ“‡ rename Client -> SMTPClient #249
    • ๐Ÿ“‡ rename SMTPResponse -> SMTPResponseMonitor #249

    โœ‚ Removed

    • Message#attach_alternative API
    • makeSMTPError API

    ๐Ÿ›  Fixed

    • filter duplicate message recipients #242
    • error when passing password without user #199
    • trim host before connecting #136