23 lines
826 B
Markdown
23 lines
826 B
Markdown
rust-smtp [](https://travis-ci.org/amousset/rust-smtp) [](https://coveralls.io/github/amousset/rust-smtp?branch=master) [](https://crates.io/crates/smtp) [](./LICENSE)
|
|
=========
|
|
|
|
This library implements a simple SMTP client.
|
|
See the [documentation](http://amousset.github.io/rust-smtp/smtp/) for more information.
|
|
|
|
Install
|
|
-------
|
|
|
|
To use this library, add the following to your `Cargo.toml`:
|
|
|
|
```toml
|
|
[dependencies]
|
|
smtp = "0.2"
|
|
```
|
|
|
|
License
|
|
-------
|
|
|
|
This program is distributed under the terms of the MIT license.
|
|
|
|
See LICENSE for details.
|