@hackage mime-mail0.5.2
Compose MIME email messages.
Categories
License
MIT
Maintainer
Michael Snoyman <michael@snoyman.com>, Marek Suchánek <marek.suchanek@fit.cvut.cz>
Links
Versions
Installation
Dependencies (8)
- base >=4.9 && <5
- base64-bytestring ^>=1.2
- blaze-builder ^>=0.4
- bytestring ^>=0.12
- filepath ^>=1.5
- process ^>=1.6 Show all…
Dependents (42)
@hackage/mail-pool, @hackage/darcsden, @hackage/smtps-gmail, @hackage/ihp, @hackage/Nomyx-Core, @hackage/google-server-api, Show all…
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.