Skip to content

Releases: nodemailer/nodemailer

v6.9.13

20 Mar 10:12
fa63b52
Compare
Choose a tag to compare

6.9.13 (2024-03-20)

Bug Fixes

  • tls: Ensure servername for SMTP (d66fdd3)

v6.9.12

08 Mar 18:25
1fcd103
Compare
Choose a tag to compare

6.9.12 (2024-03-08)

Bug Fixes

  • message-generation: Escape single quote in address names (4ae5fad)

v6.9.11

29 Feb 09:10
2002282
Compare
Choose a tag to compare

6.9.11 (2024-02-29)

Bug Fixes

  • headers: Ensure that Content-type is the bottom header (c7cf97e)

v6.9.10

22 Feb 07:47
ade59e0
Compare
Choose a tag to compare

6.9.10 (2024-02-22)

Bug Fixes

  • data-uri: Do not use regular expressions for parsing data URI schemes (12e65e9)
  • data-uri: Moved all data-uri regexes to use the non-regex parseDataUri method (edd5dfe)

v6.9.9

01 Feb 11:56
5a2e10f
Compare
Choose a tag to compare

6.9.9 (2024-02-01)

Bug Fixes

  • security: Fix issues described in GHSA-9h6g-pr28-7cqp. Do not use eternal matching pattern if only a few occurences are expected (dd8f5e8)
  • tests: Use native node test runner, added code coverage support, removed grunt (#1604) (be45c1b)

v6.9.8

30 Dec 19:48
4233f6f
Compare
Choose a tag to compare

6.9.8 (2023-12-30)

Bug Fixes

  • punycode: do not use native punycode module (b4d0e0c)

v6.9.7

22 Oct 10:04
879e562
Compare
Choose a tag to compare

6.9.7 (2023-10-22)

Bug Fixes

  • customAuth: Do not require user and pass to be set for custom authentication schemes (fixes #1584) (41d482c)

v6.9.6

09 Oct 11:22
9da77b6
Compare
Choose a tag to compare

6.9.6 (2023-10-09)

Bug Fixes

  • inline: Use 'inline' as the default Content Dispostion value for embedded images (db32c93)
  • tests: Removed Node v12 from test matrix as it is not compatible with the test framework anymore (7fe0a60)

v6.9.5

06 Sep 07:24
fdc7c27
Compare
Choose a tag to compare

6.9.5 (2023-09-06)

Bug Fixes

  • license: Updated license year (da4744e)