Misc
- Warn against manually configuring
port
andtls
on SMTP transport builder (#1014) - Document variants of
Tls
enum (#1015) - Fix rustdoc warnings (#1016)
- Add
ContentType::TEXT_PLAIN
toMessage
builder examples (#1017) - Document
SmtpTransport
andAsyncSmtpTransport
(#1018) - Fix typo in transport builder
credentials
method (#1019) - Document required system dependencies for OpenSSL (#1030)
- Improve docs for the
transport::smtp
module (#1031) - Improve docs for smtp transport builder
from_url
(#1032) - Replace
assert!
with?
onsend
examples (#1033) - Warn on more pedantic clippy lints and fix them (#1035, #1036)