Alexis Mousset b7039a7a69 feat(transport-smtp): Change default authentication mecanism default handling
Change the default authentication mechanism selection check if the
connection is encrypted, and only test PLAIN when it is the case.
Also make the .authentication_mechnaism only take one mechanism, as
a user will specify it he wants to ensure one particular method will
be used.

Closes #65
2016-05-10 00:12:39 +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%