/// Dkim signature (type:privatekey). Private must be base64-encoded ed key or PKCS#1 format RSA key.
/// Dkim signature (privatekey). |> Private must be base64-encoded ed key or PKCS#1 format RSA key. If set, dkim_selector and dkim_domain must be set as well.
dkim_signature: String,true,option;
dkim_signing_key:String,true,option;
/// Dkim algo (true if RSA else ed25519)
/// Dkim algorithm (true if RSA else ed25519)
dkim_use_rsa: bool,true,def,false;
dkim_use_rsa: bool,true,def,false;
/// Dkim infos (selector:domain)
/// Dkim selector
dkim_infos: String,true,option;
dkim_selector: String,true,option;
/// Dkim domain
dkim_domain: String,true,option;
/// SMTP Auth mechanism |> Defaults for SSL is "Plain" and "Login" and nothing for Non-SSL connections. Possible values: ["Plain", "Login", "Xoauth2"]. Multiple options need to be separated by a comma ','.
/// SMTP Auth mechanism |> Defaults for SSL is "Plain" and "Login" and nothing for Non-SSL connections. Possible values: ["Plain", "Login", "Xoauth2"]. Multiple options need to be separated by a comma ','.
smtp_auth_mechanism: String,true,option;
smtp_auth_mechanism: String,true,option;
/// SMTP connection timeout |> Number of seconds when to stop trying to connect to the SMTP server
/// SMTP connection timeout |> Number of seconds when to stop trying to connect to the SMTP server