Files
lettre/README.md
2014-10-19 03:15:17 +02:00

813 B

rust-smtp Build Status

This library implements an SMTP library and a simple client.

Rust versions

This library is designed for Rust 0.13.0-nightly (master).

Install

If you're using Cargo, just add this to your Cargo.toml:

[dependencies.smtp]

git = "https://github.com/amousset/rust-smtp.git"

Otherwise, clone this repo and run cargo build.

Documentation

The documentation is available on GitHub pages.

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.