Skip to main content

validate_email

Function validate_email 

Source
pub fn validate_email(email: &str) -> Result<String, ServiceError>
Expand description

Validate and normalize an email address. Returns the lowercased, trimmed email.