=0.10.10
it does work.
I got an very geric error
error = lettre::transport::smtp::Error {
kind: Client,
source: Error(
None,
),
}
&client = SmtpClient {
info: SmtpInfo {
hello_name: Domain(
"vidys-MacBook-Pro.local",
),
server: "localhost",
port: 1025,
tls: Wrapper,
authentication: [
Plain,
Login,
],
credentials: Some(
Credentials,
),
timeout: Some(
60s,
),
},
}
mailhog is listened at 1025
smtp
(duh), but it actually just seems to be a very old version of lettre. Could you maybe add a note to the crates.io page pointing potential users to lettre?
🤔 my Matrix client didn't get the notification, fortunately Gitter notifies you by email every once in a while.
I think this is a good idea xiretza , I just searched "SMTP" on crates.io and lettre is on the second page Alexis Mousset. We should probably do a new release of the SMTP crate with both the description and readme telling to use lettre instead