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