https://github.com/phlummox/assumpta
An SMTP client library, which allows you to send email via an SMTP server
https://github.com/phlummox/assumpta
email haskell mail-client smtp smtp-client
Last synced: 4 months ago
JSON representation
An SMTP client library, which allows you to send email via an SMTP server
- Host: GitHub
- URL: https://github.com/phlummox/assumpta
- Owner: phlummox
- License: bsd-2-clause
- Created: 2020-01-27T19:09:56.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-29T06:32:45.000Z (over 6 years ago)
- Last Synced: 2025-12-07T19:15:36.179Z (6 months ago)
- Topics: email, haskell, mail-client, smtp, smtp-client
- Language: Haskell
- Homepage: https://hackage.haskell.org/package/assumpta
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
Awesome Lists containing this project
README
# assumpta [](https://hackage.haskell.org/package/assumpta) [](https://travis-ci.com/phlummox/assumpta) [](https://circleci.com/gh/phlummox/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.