mirror of
https://github.com/chatmail/core.git
synced 2026-04-28 19:06:35 +03:00
Streamline access/working with configured params and configured addr (#3219)
This commit is contained in:
@@ -87,7 +87,7 @@ impl Smtp {
|
||||
}
|
||||
|
||||
self.connectivity.set_connecting(context).await;
|
||||
let lp = LoginParam::from_database(context, "configured_").await?;
|
||||
let lp = LoginParam::load_configured_params(context).await?;
|
||||
self.connect(
|
||||
context,
|
||||
&lp.smtp,
|
||||
|
||||
Reference in New Issue
Block a user