+ +
+
+
Email Metadata
+
+
+
+
+ From + ${email.from} +
+
+ To + ${email.toList.join(', ')} +
+ ${email.cc && email.cc.length > 0 ? html` +
+ CC + ${email.cc.join(', ')} +
+ ` : ''} +
+ Subject + ${email.subject} +
+
+ Date + ${email.timestamp} +
+
+ Message ID + ${email.messageId} +
+
+ Size + ${email.size} +
+
+
+
+ + +
+
+
+
SMTP Transaction Log
+
+ ${email.direction} + ${email.direction === 'outbound' + ? `${email.connectionInfo.sourceHostname} โ†’ ${email.connectionInfo.destinationIp}:${email.connectionInfo.destinationPort}` + : `${email.connectionInfo.sourceIp} โ†’ ${email.connectionInfo.sourceHostname}:${email.connectionInfo.destinationPort}` + } +
+
+ +
+ ${this.renderSmtpLog(email)} +
+ + +
+
+
+
Email Body (Escaped)
+
Raw content โ€” HTML is not rendered
+
+
+ +
+