pub fn normalize_mail_address_config_value(
value: &str,
) -> MailConfigResult<String>Expand description
Normalizes a sender email address value.
Empty values are allowed so products can leave outbound mail disabled until an operator configures both SMTP host and sender address.
ยงErrors
Returns MailConfigError when the supplied value violates the corresponding mail setting contract.