Interface: EmailAnalysis
Analysis result for email. Each verdict property is a string PASS|FAIL|GRAY or dynamic error message
export
interface
EmailAnalysis
Table of contents
Properties
Properties
dkimVerdict
• Optional
dkimVerdict: string
Verdict of DomainKeys Identified Mail analysis
memberof
EmailAnalysis
dmarcVerdict
• Optional
dmarcVerdict: string
Verdict of Domain-based Message Authentication Reporting and Conformance analysis
memberof
EmailAnalysis
spamVerdict
• Optional
spamVerdict: string
Verdict of spam ranking analysis
memberof
EmailAnalysis
spfVerdict
• Optional
spfVerdict: string
Verdict of Send Policy Framework record spoofing analysis
memberof
EmailAnalysis
virusVerdict
• Optional
virusVerdict: string
Verdict of virus scan analysis
memberof
EmailAnalysis