Note: The Envelope Sender is the real sender used for delivery (can differ from From).
The From Domain is shown to the recipient. The Sending Server is the host/IP that sent the message.
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}}
{{if .PhishingRisk}}
๐ Security Risk Assessment
Phishing Risk
{{.PhishingRisk}}
Spoofing Risk
{{.SpoofingRisk}}
{{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 $index, $received := .Received}}
{{add $index 1}}
{{$received}}
{{end}}
{{if ne .DeliveryDelay "Insufficient data for delay analysis"}}