pub fn normalize_smtp_host_config_value(value: &str) -> MailConfigResult<String>Expand description
Normalizes an SMTP host value.
Empty values are allowed so products can represent “mail is not configured” without introducing product-specific sentinel values.