Skip to content

Releases: mailgun/mailgun-go

Release v4.9.2

03 Jul 18:00
6190171
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.9.1...v4.9.2

Release v4.9.1

19 Jun 14:42
ca9d440
Compare
Choose a tag to compare

What's Changed

  • We can set default From in templates, so this should be no longer required when sending templated mails by @paul-conneqtech in #306

New Contributors

Full Changelog: v4.9.0...v4.9.1

Release v4.9.0

06 Jun 18:42
dd31e58
Compare
Choose a tag to compare

What's Changed

  • Add missing Total field in temporary failure stats by @WilliamRay in #298
  • Allow setting preferred reply method to mailing lists by @skynexus in #302
  • feat: added Send Time Optimization (STO) param by @cjyang0117 in #304

New Contributors

Full Changelog: v4.8.2...v4.9.0

Release v4.8.2

10 Feb 15:53
58b1f48
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.8.01...v4.8.2

Release v4.8.1

27 May 18:38
892f9f4
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.8.0...v4.8.01

Release v4.8.0

27 May 14:28
6e8672e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.7.0...v4.8.0

Release v4.7.0

27 May 01:23
908899b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.6.2...v4.7.0

Release v4.6.2

23 May 16:53
acda9bf
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.6.1...v4.6.2

v4.6.1

29 Mar 14:54
8b5d15e
Compare
Choose a tag to compare

[4.6.1] - 2022-03-29

Changed

  • Validate domain passed to Send()

Release v4.6.0

17 Nov 15:21
e41a962
Compare
Choose a tag to compare
  • #269 Add a struct and a function to parse route forward hook payloads.
  • #271 Add missing VerifyAndReturnDomain method to the interface.
  • improve docs