fix: ehlo localhost now confiugred
This commit is contained in:
parent
add50dc7af
commit
78ac87a421
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ pub fn send_notification(
|
|||
|
||||
let mailer = SmtpTransport::builder_dangerous("localhost")
|
||||
.tls(Tls::None)
|
||||
.hello_name(lettre::transport::smtp::extension::ClientId::Domain("extremist.software".to_string()))
|
||||
.build();
|
||||
mailer.send(&email)?;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue