diff --git a/lettre/src/smtp/mod.rs b/lettre/src/smtp/mod.rs index 78bb695..c6dbd2f 100644 --- a/lettre/src/smtp/mod.rs +++ b/lettre/src/smtp/mod.rs @@ -103,6 +103,8 @@ impl SmtpClient { /// * No authentication /// * No SMTPUTF8 support /// * A 60 seconds timeout for smtp commands + /// + /// Consider using [`SmtpClient::new_simple`] instead, if possible. pub fn new(addr: A, security: ClientSecurity) -> Result { let mut addresses = addr.to_socket_addrs()?;