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
fromDomainSenderDomain?The domain the message displays as its sender, where it wrote a usable one.
dmarcDmarcOutcomeWhat the trusted header reported for DMARC.
Returns
- SenderAuthentication
The verdict.