server: add option to use insecure SMTP connection
This commit is contained in:
@@ -117,6 +117,7 @@ pub struct LdapsOpts {
|
||||
clap::arg_enum! {
|
||||
#[derive(Clone, Debug, Deserialize, Serialize)]
|
||||
pub enum SmtpEncryption {
|
||||
NONE,
|
||||
TLS,
|
||||
STARTTLS,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user