SPF {{if .SPFPass}}✓{{else}}✗{{end}}DMARC {{if .DMARCPass}}✓{{else}}✗{{end}}DKIM {{if .DKIMPass}}✓{{else}}✗{{end}}Encrypted {{if .Encrypted}}✓{{else}}✗{{end}}
{{if .Blacklists}}
Blacklisted {{len .Blacklists}} times
{{else}}
Not listed on major blacklists
{{end}}
{{if .SenderRep}}
Sender Reputation:
{{.SenderRep}}
{{end}}
Envelope Sender is the real sender used for delivery (can differ from From). From Domain is the domain shown to the recipient. Sending Server is the host or IP that actually sent the message (from first Received header).
If these differ, the message may be sent on behalf of another user or via a third-party service.
All Email Headers Table
Header Name
Value
{{range $k, $v := .AllHeaders}}
{{$k}}
{{$v}}
{{end}}
Basic Information
From: {{.From}}
To: {{.To}}
Subject: {{.Subject}}
Date: {{.Date}}
{{if .ReplyTo}}
Reply-To: {{.ReplyTo}}
{{end}}
Message-ID: {{.MessageID}}
Priority: {{.Priority}}
Content Type: {{.ContentType}}
Encoding: {{.Encoding}}
Mail Flow
{{range .Received}}
{{.}}
{{end}}
{{if ne .DeliveryDelay "Insufficient data for delay analysis"}}