mime-mail: Compose MIME email messages.

[ email, library, mit ] [ Propose Tags ] [ Report a vulnerability ]

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, 0.5.2
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>
Uploaded by MichaelSnoyman at 2016-12-11T15:14:21Z
Revised Revision 1 made by HerbertValerioRiedel at 2019-02-15T22:31:03Z
Category Email
Home page http://github.com/snoyberg/mime-mail
Source repo head: git clone git://github.com/snoyberg/mime-mail.git
Distributions Arch:0.5.1, LTSHaskell:0.5.1, Stackage:0.5.1
Reverse Dependencies 32 direct, 111 indirect [details]
Downloads 79597 total (148 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 2016-12-11 [all 1 reports]

Readme for mime-mail-0.4.12

[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.