Skip to content

Releases: domodwyer/mailyak

v3.6.2

03 Aug 21:11
v3.6.2
e4cd94d
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.6.1...v3.6.2

v.3.6.1

26 Jul 21:03
v3.6.1
db61a74
Compare
Choose a tag to compare

What's Changed

  • fix: correct MIME-Version header casing by @Coronon in #83

New Contributors

Full Changelog: v3.6.0...v3.6.1

v.3.6.0

17 Apr 18:18
v3.6.0
0dbf4f5
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.5.0...v3.6.0

v3.5.0

26 Mar 17:29
v3.5.0
87b7a70
Compare
Choose a tag to compare

Support for multiple values for the same header key.

This is apparently needed to support MailGun's X-Mailgun-Tag with multiple labels.

Thanks @bryanmatteson for the PR!

v3.4.0

25 Feb 15:20
v3.4.0
8cabd8d
Compare
Choose a tag to compare

Support for specifying the sender domain (helpful for Gmail / SMTP relays).

If you get an error about using "localhost" as the sender domain (in the EHLO/HELO handshaking messages) this is for you! #79

Thanks @taisph!

v3.3.5

01 Feb 18:13
v3.3.5
d59b793
Compare
Choose a tag to compare

Fixes address handling which previously prevented a caller from specifying a recipient name (#75).

Thanks @ganigeorgiev!

v3.3.4

18 Aug 18:56
v3.3.4
e4269ed
Compare
Choose a tag to compare

Fixes RFC 5322 compatibility reported in #70.

Thanks @jazzboME for reporting, and @pequalsnp for the speedy fix!

v3.3.3

13 Mar 18:35
v3.3.3
f4d2920
Compare
Choose a tag to compare

Fixes plain-text MIME generation reported in #63 - thanks to @Top-Ranger for reporting and fixing in #64!

v3.3.2

28 Feb 18:18
v3.3.2
Compare
Choose a tag to compare

Adds missing Content-Type headers to empty MIME parts - #61.

Thanks @yujiri8 for reporting!

v3.3.1

03 Dec 21:39
v3.3.1
78f7fef
Compare
Choose a tag to compare

Re-enables STARTTLS support (#57) - thanks to @Top-Ranger for reporting!