Files
lettre/README.md
Alexis Mousset a1bf0170db Version 0.2.0
2015-10-06 18:42:35 +02:00

23 lines
826 B
Markdown

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)
=========
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.