Files
lettre/README.md
Alexis Mousset 0b185352f8 Fix GH_TOKEN
2015-06-12 23:48:51 +02:00

33 lines
1.0 KiB
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/amousset/rust-smtp/badge.svg?branch=master)](https://coveralls.io/r/amousset/rust-smtp?branch=master) [![](https://meritbadge.herokuapp.com/smtp)](https://crates.io/crates/smtp)
=========
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 = "*"
```
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](http://amousset.github.io/rust-smtp/smtp/).
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.