package letters

  1. Overview
  2. Docs
Client library for sending emails over SMTP

Install

Dune Dependency

Authors

Maintainers

Sources

0.3.0.tar.gz
md5=258ddf3e1868e910091c3bbf80e74bf7
sha512=97f8df2e251c04f0e150c00959f6dc66e69324430b86e4b64b329ac00b77b2d21aac2e1b1d554f6ec08af1184ccd69d92ab7984ba7a13b8e983d1071f34b8e80

CHANGES.md.html

Changelog

[0.3.0] - 2021-09-14

Fixed

  • Upgrade to colombe version 0.5.0

[0.2.1] - 2020-12-07

Fixed

  • Upgrade to colombe version 0.4.0, this fixes vanishing full stop issue, when encoded mail body contains line that stars with full stop. See SMTP Transparency for more information.

Changed

  • Improve service tests

  • Improve documentation for running service tests

Added

  • Use also mailtrap.io in service tests

[0.2.0] - 2020-08-25

Added

  • Support for multipart/alternative emails supporting HTML and plain text bodies as alternative representation for the content

  • Add documentation for basic use

  • Add support for detecting CA certificates automatically for peer verification

  • Add support defining bundle or single CA certificate for peer verification

  • Add support for selecting mechanism for CA certificates used for peer verification

Changed

  • Refactor configurations into separate module

  • Refactor structure of tests

[0.1.1] - 2020-07-10

Fixed

  • Add missing public_name stanza in library's dune file to make it properly available

  • Fix minimum required OCaml version to 4.08.1

  • Relax mrmime and colombe dependency constraints

[0.1.0] - 2020-07-07

Added

  • Support sending email over TLS protected SMTP connection

  • Support sending email over SMTP with STARTTLS

  • Support sending HTML or plain text body