mime-mail-ses: Send mime-mail messages via Amazon SES

This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.

[maintain] [Publish]

Hackage documentation generation is not reliable. For up to date documentation, please see: http://www.stackage.org/package/mime-mail-ses.


[Skip to Readme]

Properties

Versions 0.0.0, 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.0.0.5, 0.1.0, 0.1.0.1, 0.2.0, 0.2.0.1, 0.2.0.2, 0.2.0.3, 0.2.0.4, 0.2.0.5, 0.2.1.1, 0.2.1.2, 0.2.1.3, 0.2.2, 0.2.2.1, 0.2.2.2, 0.3.0, 0.3.1, 0.3.2, 0.3.2.1, 0.3.2.2, 0.3.2.3, 0.4.0.0, 0.4.1, 0.4.2, 0.4.3, 0.4.3
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), base16-bytestring, base64-bytestring (>=0.1), byteable, bytestring (>=0.9), case-insensitive, conduit, cryptohash (>=0.7.3), http-client (>=0.2.2.2), http-client-tls (>=0.2.4), http-conduit (>=2.1), http-types (>=0.6.8), mime-mail (>=0.3), mime-mail-ses, optparse-applicative, text, time (>=1.1), xml-conduit, xml-types [details]
License MIT
Author Michael Snoyman
Maintainer michael@snoyman.com
Category Web
Home page http://github.com/snoyberg/mime-mail
Uploaded by kindaro at 2020-09-04T00:23:09Z

Modules

[Index] [Quick Jump]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees


Readme for mime-mail-ses-0.4.3

[back to package description]

mime-mail-ses

Send mime-mail messages via Amazon SES

send-aws

The build target mime-mail-ses:exe:send-aws is a command line executable that allows you to send an e-mail via Amazon SES. Most parameters are supplied through command line options; the AWS secret key and the body of the message are read from standard input.

Example:

% cabal run :send-aws -- \
    --subject 'Checking if AWS works.' \
    --from 'your e-mail address' \
    --to 'your e-mail address' \
    --key 'your key ID' \
    --region 'us-east-2'
Up to date
Enter AWS secret: your secret key
Enter message below.
This is a test letter sent from command line.