pub fn validate_email(email: &str) -> Result<String, ServiceError>Expand description
Validate and normalize an email address. Returns the lowercased, trimmed email.
pub fn validate_email(email: &str) -> Result<String, ServiceError>Validate and normalize an email address. Returns the lowercased, trimmed email.