configure: add "mail." to smtp_server when configuring SMTP

This commit is contained in:
Alexander Krotov
2020-08-16 03:00:27 +03:00
committed by link2xt
parent 0bf8017e8f
commit 299c70e1cc

View File

@@ -550,7 +550,7 @@ async fn try_smtp_hostnames(
}
progress!(context, 850);
param.mail_server = "mail.".to_string() + &param_domain;
param.send_server = "mail.".to_string() + &param_domain;
try_smtp_ports(context, param, smtp).await
} else {
progress!(context, 850);