mime-mail: Compose MIME email messages.

[ email, library, mit ] [ Propose Tags ]

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


[Skip to Readme]

Modules

[Index]

Downloads

Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.0.0, 0.0.0.1, 0.0.0.2, 0.0.0.3, 0.0.0.4, 0.1.0, 0.1.0.1, 0.2.0, 0.2.0.1, 0.3.0, 0.3.0.1, 0.3.0.2, 0.3.0.3, 0.4, 0.4.1.0, 0.4.1.1, 0.4.1.2, 0.4.2, 0.4.2.1, 0.4.3, 0.4.4, 0.4.4.1, 0.4.4.2, 0.4.5, 0.4.5.1, 0.4.5.2, 0.4.6, 0.4.6.2, 0.4.7, 0.4.8, 0.4.8.1, 0.4.8.2, 0.4.9, 0.4.10, 0.4.11, 0.4.12, 0.4.13, 0.4.13.1, 0.4.14, 0.5.0, 0.5.1
Change log ChangeLog.md
Dependencies base (>=4.5 && <5), base64-bytestring (>=0.1), blaze-builder (>=0.2.1 && <0.5), bytestring (>=0.9.1), filepath (>=1.2), process (>=1.0), random (>=1.0), text (>=0.7) [details]
License MIT
Author Michael Snoyman <michael@snoyman.com>
Maintainer Michael Snoyman <michael@snoyman.com>
Revised Revision 1 made by HerbertValerioRiedel at 2019-02-15T22:31:02Z
Category Email
Home page http://github.com/snoyberg/mime-mail
Source repo head: git clone git://github.com/snoyberg/mime-mail.git
Uploaded by MichaelSnoyman at 2017-02-07T12:11:32Z
Distributions Arch:0.5.1, Debian:0.5.0, FreeBSD:0.4.9, LTSHaskell:0.5.1, NixOS:0.5.1, Stackage:0.5.1
Reverse Dependencies 29 direct, 99 indirect [details]
Downloads 75799 total (133 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-07 [all 1 reports]

Readme for mime-mail-0.4.13

[back to package description]

mime-mail

This package provides some high-level datatypes for declaring MIME email messages, functions for automatically composing these into bytestrings, and the ability to send bytestrings via the sendmail executable. You can also use any other library you wish to send via different methods, eg directly to SMTP.