pub async fn verify_email_with_resolver<'a>(
from_domain: &str,
email: &'a ParsedEmail<'a>,
resolver: &dyn Resolver,
) -> Result<Vec<AuthenticationResult>, DKIMError>
Expand description
Run the DKIM verification on the email providing an existing resolver