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