4155e44dbd5f4fed852518fcd1ea7fae87c0091d
I'd like to use the new features you introduced in the last few days, especially `transport.send(mail)`. Also the docs are currently built for the `master` branch which means they currently show features not yet available in the Crate.
lettre

This is an email library written in Rust. See the documentation for more information.
Install
To use this library, add the following to your Cargo.toml:
[dependencies]
lettre = "0.4"
License
This program is distributed under the terms of the MIT license.
See LICENSE for details.
Description
Languages
Rust
100%