fix smtp discovery wrong config

This commit is contained in:
Clément DOUIN
2024-02-23 08:46:21 +01:00
parent 5cb247169a
commit 79da9404f3
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -11,7 +11,6 @@ pub(crate) fn configure() -> Result<BackendConfig> {
.default(String::from("/usr/bin/msmtp"))
.interact()?
.into(),
// ..Default::default() // in case any other field was added
};
Ok(BackendConfig::Sendmail(config))