mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 21:36:30 +03:00
cargo fmt
This commit is contained in:
@@ -81,7 +81,10 @@ impl Smtp {
|
||||
}
|
||||
let user = &lp.send_user;
|
||||
|
||||
lettre::smtp::authentication::Credentials::new(user.to_string(), access_token.unwrap_or_default())
|
||||
lettre::smtp::authentication::Credentials::new(
|
||||
user.to_string(),
|
||||
access_token.unwrap_or_default(),
|
||||
)
|
||||
} else {
|
||||
// plain
|
||||
let user = lp.send_user.clone();
|
||||
|
||||
Reference in New Issue
Block a user