cecc11f74e5aba5dff56f9d6f84c684c272d7e33
rust-smtp

This library implements a simple SMTP client. See the documentation for more information.
Install
To use this library, add the following to your Cargo.toml:
[dependencies]
smtp = "*"
Tests
You can build and run the tests with cargo test.
Documentation
You can build the documentation with cargo doc. It is also available on GitHub pages.
License
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.
Description
Languages
Rust
100%