Table of Contents

Method Failed

Namespace
MailFathom.Domain.Emails.Authentication
Assembly
MailFathom.Domain.dll

Failed(SenderDomain?, DmarcOutcome)

Records that the receiving server checked an identity and it did not hold.

public static SenderAuthentication Failed(SenderDomain? fromDomain, DmarcOutcome dmarc)

Parameters

fromDomain SenderDomain?

The domain the message displays as its sender, where it wrote a usable one.

dmarc DmarcOutcome

What the trusted header reported for DMARC.

Returns

SenderAuthentication

The verdict.