Skip to content

Releases: 2020leon/sendmail2

v0.2.1

19 Dec 13:05

Choose a tag to compare

Bug Fixes

  • fix redundant leading space of body

v0.2.0

18 Sep 05:11

Choose a tag to compare

Features

  • remove default export in index.ts

Bug Fixes

  • correct error message

v0.1.3

27 Jul 08:10

Choose a tag to compare

Bug Fixes

  • pass second argument to callback if success
    • avoid "TypeError: Cannot set properties of undefined"
  • use literal name and version in metadata
    • make sure the package always gets the correct name and version no matter it is packed or not

v0.1.2

21 May 06:21

Choose a tag to compare

Bug Fixes

  • try lower priority host if sending fail

v0.1.1

19 May 08:14

Choose a tag to compare

Bug Fixes

  • specify node engine version
  • rename license file

v0.1.0

01 May 04:24

Choose a tag to compare

Features

  • add new class to send mail (Sender)

v0.0.1

30 Apr 03:21

Choose a tag to compare

Bug Fixes

  • close socket after error occurred
  • throw error if response code is not handled

v0.0.0

26 Apr 23:36

Choose a tag to compare

Features

  • add new transport to nodemailer