server: fix smtp encryption parsing
This commit is contained in:
committed by
nitnelave
parent
d0cdfa97c7
commit
ef17c280b1
@@ -131,6 +131,7 @@ pub struct LdapsOpts {
|
||||
|
||||
#[derive(Clone, Debug, Deserialize, Serialize, clap::ValueEnum)]
|
||||
#[serde(rename_all = "UPPERCASE")]
|
||||
#[clap(rename_all = "UPPERCASE")]
|
||||
pub enum SmtpEncryption {
|
||||
None,
|
||||
Tls,
|
||||
|
||||
Reference in New Issue
Block a user