Alexis Mousset fd20e90bb5 fix(email): Add required MIME-Version header
Add a MIME-Version header to all messages.
2016-05-06 00:33:31 +02:00
2016-01-16 12:13:06 +01:00
2015-10-26 22:51:07 +01:00
2016-03-20 01:54:16 +01:00
2015-07-14 23:49:54 +02:00
2015-11-07 08:46:51 +01:00
2016-05-05 16:32:42 +02:00
2016-05-05 23:27:34 +02:00
2015-07-15 22:53:12 +02:00
2016-03-27 21:06:18 +02:00
2015-10-26 22:51:07 +01:00

lettre

Build Status Build status Coverage Status Crate MIT licensed Gitter

This is an email library written in Rust. See the documentation for more information.

Install

To use this library, add the following to your Cargo.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.

Description
Languages
Rust 100%