Skip to main content

normalize_smtp_host_config_value

Function normalize_smtp_host_config_value 

Source
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.