Constantin Berhard 9ed51a2d3d fix(email): address-list for "To", "From" etc.
Recipients etc. are accumulated by the EmailBuilder and put into the
email as one header with an address-list instead of multiple headers.
This is required by RFC 5322. Also a new test for this behaviour was
added.

fixes #85
2016-10-16 20:32:23 +02:00
2016-01-16 12:13:06 +01:00
2016-03-20 01:54:16 +01:00
2015-07-14 23:49:54 +02:00
2016-05-26 22:45:53 +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%