rust-smtp [![Build Status](https://travis-ci.org/amousset/rust-smtp.svg?branch=master)](https://travis-ci.org/amousset/rust-smtp) [![Coverage Status](https://coveralls.io/repos/github/amousset/rust-smtp/badge.svg?branch=master)](https://coveralls.io/github/amousset/rust-smtp?branch=master) [![Crate](https://meritbadge.herokuapp.com/smtp)](https://crates.io/crates/smtp) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE)
=========
WARNING: This library is no longer maintained and is replaced by the `lettre` crate.
Install
-------
To use this library, add the following to your `Cargo.toml`:
```toml
[dependencies]
smtp = "0.3"
```
License
-------
This program is distributed under the terms of the MIT license.
See LICENSE for details.