Lorenz Brun 6ee7fdb3d1 Allow multiple To addresses in SimpleSendableMail
Because the struct internally stores a `Vec<String>` it would be nice to be able to construct messages with multiple To addresses.
This is in its current form a breaking API change, so feel free to change the way it's implemented.
2015-12-05 00:10:24 +01:00
2015-10-30 19:08:11 +01:00
2015-10-26 22:51:07 +01:00
2015-07-14 23:49:54 +02:00
2015-11-07 08:46:51 +01:00
2015-11-29 20:51:49 -05:00
2015-07-15 22:53:12 +02:00
2015-10-26 21:05:18 +01:00
2015-10-26 22:51:07 +01:00

lettre Build Status Coverage Status Crate MIT licensed

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%