diff --git a/src/configure/mod.rs b/src/configure/mod.rs index 2e133d10a..011c7e591 100644 --- a/src/configure/mod.rs +++ b/src/configure/mod.rs @@ -550,7 +550,7 @@ async fn try_smtp_hostnames( } progress!(context, 850); - param.mail_server = "mail.".to_string() + ¶m_domain; + param.send_server = "mail.".to_string() + ¶m_domain; try_smtp_ports(context, param, smtp).await } else { progress!(context, 850);