mime-mail-ses

Send mime-mail messages via Amazon SES

http://github.com/snoyberg/mime-mail

Version on this page:0.4.1
LTS Haskell 22.14:0.4.3
Stackage Nightly 2024-03-28:0.4.3
Latest on Hackage:0.4.3

See all snapshots mime-mail-ses appears in

MIT licensed by Michael Snoyman
Maintained by [email protected]
This version can be pinned in stack with:mime-mail-ses-0.4.1@sha256:176bfcdef57317dc5b82ad8aa39af8d2c3004588e0bae80a096f3dc4d2249b79,1449

Module documentation for 0.4.1

mime-mail-ses

Send mime-mail messages via Amazon SES

Changes

0.4.1

  • Add ‘renderSendMailSESGlobal’ and ‘sendMailSESGlobal’ function which uses the global manager.

0.4.0.0

  • Support IAM temp credentials. This is a backwards-incompatible change that adds a field to the SES type to represent (optional) session tokens when using roles attached to EC2 instances.
  • Make fields in the SES data type strict to promote warnings to errors.

0.3.2.3

http-client 0.5 support

0.3.2.2

time 1.5 support

0.3.2

Expose SESException datatype and constructor.