mirror of
https://github.com/chatmail/core.git
synced 2026-05-08 17:36:29 +03:00
configure: add "mail." to smtp_server when configuring SMTP
This commit is contained in:
committed by
link2xt
parent
0bf8017e8f
commit
299c70e1cc
@@ -550,7 +550,7 @@ async fn try_smtp_hostnames(
|
|||||||
}
|
}
|
||||||
|
|
||||||
progress!(context, 850);
|
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
|
try_smtp_ports(context, param, smtp).await
|
||||||
} else {
|
} else {
|
||||||
progress!(context, 850);
|
progress!(context, 850);
|
||||||
|
|||||||
Reference in New Issue
Block a user