package async_smtp
Install
Dune Dependency
Authors
Maintainers
Sources
sha256=46d57c39e83b57301cee7f8d5a0a3b3b29b691734f06839ea30efd1f3090b8b9
CHANGES.md.html
Release v0.16.0
Mail_fingerprint.of_email
now accepts an additionalcompute_md5
parameter, allowing users to choose whether to compute the MD5 hash while creating a fingerprint from an emailAdd
Simplemail.For_testing
module can be used in testing code to override the default server that mail is sent toEnvelope.of_email
andEnvelope_info.of_email
now accept an additionalignore_unparseable_recipient_header
parameter that causes the function to ignore unparseable headers rather than returning an error
Old pre-v0.15 changelogs (very likely stale and incomplete)
v0.11
Moved the
Cache
module out to its own library:resource_cache
. (available at https://github.com/janestreet/resource_cache )
113.43.00
Use the ~log argument passed to
Client_simple.start
rather thanLog.Global.log
in one spot.
113.33.00
Allow an smtp_client to connect to a local unix socket
Better logging
113.24.00
Switched to PPX.
Follow Core & Async evolution.
113.00.00
Improve the async_smtp client interface so that it is suitable as a replacement for Core_extended.Std.Sendmail.
112.17.00
Moved from janestreet-alpha