lettre [![Build Status](https://travis-ci.org/lettre/lettre.svg?branch=master)](https://travis-ci.org/lettre/lettre) [![Coverage Status](https://coveralls.io/repos/lettre/lettre/badge.svg?branch=master&service=github)](https://coveralls.io/github/lettre/lettre?branch=master) [![Crate](https://meritbadge.herokuapp.com/lettre)](https://crates.io/crates/lettre) [![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](./LICENSE) ========= This is an email library written in Rust. See the [documentation](http://lettre.github.io/lettre) for more information. Install ------- To use this library, add the following to your `Cargo.toml`: ```toml [dependencies] lettre = "0.5" ``` Testing ------- The tests require a mail server listening locally on port 25. License ------- This program is distributed under the terms of the MIT license. See LICENSE for details.