diff --git a/src/mail.rs b/src/mail.rs index efb6172f..0eb5bd5e 100644 --- a/src/mail.rs +++ b/src/mail.rs @@ -51,13 +51,13 @@ mod mailer { extension::ClientId, ConnectionReuseParameters, SmtpClient, SmtpTransport, }; - use plume_models::CONFIG; + use plume_models::{SmtpNewWithAddr, CONFIG}; pub type Mailer = Option; pub fn init() -> Mailer { let config = CONFIG.mail.as_ref()?; - let mail = SmtpClient::new_simple(&config.server) + let mail = SmtpClient::new_with_addr((&config.server, config.port)) .unwrap() .hello_name(ClientId::Domain(config.helo_name.clone())) .credentials(Credentials::new(