package letters

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

Install

Dune Dependency

Authors

Maintainers

Sources

letters-0.2.0.tbz
sha256=5cbda38f8c891ae84b55aa27f07d598ea6e0251e4e4bd1435b3fde904efc935a
sha512=06a8612473331bcbcaa6e18743d53e9c3a94f82778ce2883327959c4d4be7b785a975fdad93ae34fd2a15cb1f66635346b10dc54a68cef5fbb0fdd750ff1b9e5

CHANGES.md.html

Changelog

[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