This library implements a simple SMTP client. See the documentation for more information.
To use this library, add the following to your Cargo.toml:
[dependencies]
smtp = "*"You can build and run the tests with cargo test.
You can build the documentation with cargo doc. It is also available on GitHub pages.
This program is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, LICENSE-MIT, and COPYRIGHT for details.