Rust mailer for SMTP sending of emails with plain/http/attachments
Find a file
2017-07-14 11:08:20 +12:00
src Updated for lettre 0.6, and fixed tests 2016-11-29 13:04:27 +13:00
.gitignore Initial commit - mailer 2015-11-26 13:55:44 +13:00
Cargo.toml Update hyper (0.9 to 0.10) and lettre (0.6 to 0.6.2), brings openssl from (0.7 to 0.9) 2017-07-14 11:08:20 +12:00
LICENSE-MIT Initial commit - mailer 2015-11-26 13:55:44 +13:00
README.md Notice of deprecation 2016-12-14 14:28:17 +13:00

Notice of Deprecation

This crate was a stop-gap, and has been superceded by Mailstrom. It will remain here until at least 31 March 2017, after which point it will be destroyed. Fork it if you need it.

mailer

Rust mailer, for sending emails via SMTP that have plain and/or html bodies and possibly attachments too.

Uses upstream lettre and email crates.