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

[ library, mit, program, web ] [ Propose Tags ]

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


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 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
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:24:26Z
Distributions Debian:0.4.1, LTSHaskell:0.4.3, NixOS:0.4.3, Stackage:0.4.3
Reverse Dependencies 1 direct, 0 indirect [details]
Executables send-aws
Downloads 23184 total (81 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2020-09-04 [all 1 reports]

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.