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