Description
An SMTP client library.
Description
An SMTP client library, which allows you to send email via an SMTP server.
For further details, please see the README on GitHub at https://github.com/phlummox/assumpta#readme.
README.md
assumpta
An SMTP client library. It provides functionality for sending SMTP commands (including STARTTLS
) to a server and checking for expected responses. Also for just sending an email.
Usage
See the simple-client-session-bs.hs
program in the examples
directory, or the Network.Mail.Assumpta.ByteString
module for examples of usage.