pub async fn verify_email<'a>( from_domain: &str, email: &'a ParsedEmail<'a>, ) -> Result<Vec<AuthenticationResult>, DKIMError>
Run the DKIM verification on the email