mailgun-go

Go library for sending mail with the Mailgun API.

BSD-3-CLAUSE License

Stars
695
Committers
75

Bot releases are hidden (Show)

mailgun-go - v4.15.0 Latest Release

Published by vtopc 2 months ago

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.14.0...v4.15.0

mailgun-go - v4.14.0

Published by vtopc 2 months ago

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.13.0...v4.14.0

mailgun-go - v4.13.0

Published by vtopc 2 months ago

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.12.0...v4.13.0

mailgun-go - Release v4.12.0

Published by thrawn01 11 months ago

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.11.1...v4.12.0

mailgun-go - Release v4.11.1

Published by thrawn01 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.11.0...v4.11.1

mailgun-go - Release v4.11.0

Published by thrawn01 about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.10.0...v4.11.0

mailgun-go - Release v4.10.0

Published by thrawn01 about 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.9.2...v4.10.0

mailgun-go - Release v4.9.2

Published by thrawn01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.9.1...v4.9.2

mailgun-go - Release v4.9.1

Published by thrawn01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.9.0...v4.9.1

mailgun-go - Release v4.9.0

Published by thrawn01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.8.2...v4.9.0

mailgun-go - Release v4.8.2

Published by thrawn01 over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.8.01...v4.8.2

mailgun-go - Release v4.8.1

Published by thrawn01 over 2 years ago

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.8.0...v4.8.01

mailgun-go - Release v4.8.0

Published by thrawn01 over 2 years ago

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.7.0...v4.8.0

mailgun-go - Release v4.7.0

Published by thrawn01 over 2 years ago

What's Changed

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.6.2...v4.7.0

mailgun-go - Release v4.6.2

Published by thrawn01 over 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/mailgun/mailgun-go/compare/v4.6.1...v4.6.2

mailgun-go - v4.6.1

Published by thrawn01 over 2 years ago

[4.6.1] - 2022-03-29

Changed

  • Validate domain passed to Send()
mailgun-go - Release v4.6.0

Published by tsidei almost 3 years ago

mailgun-go - Release v4.5.3

Published by thrawn01 about 3 years ago

Added result to v4 validation response

mailgun-go - Release v4.5.2

Published by thrawn01 over 3 years ago

[4.5.2] - 2021-06-28

Changed

  • Change response for VerifyDomain method from (string, error) to (DomainResponse, error)
mailgun-go - Release v4.5.1

Published by thrawn01 over 3 years ago

[4.5.1] - 2021-04-12

Changed

  • MockServer now locks internal resources for thread safety.