package async_smtp
SMTP client and server
Install
Dune Dependency
Authors
Maintainers
Sources
async_smtp-v0.15.0.tar.gz
sha256=41e265c2d1cd7cde23235d4bb3692226be7d159e4c82e976e68e838b910865d6
doc/CHANGES.html
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