blob: 4db7645c989e043240a5ece6e605aae9cf3862d9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
From: Jonathan Smith <jsmith@example.com>
To: Craig Jennings <craig@example.com>
Subject: HTML Update
Date: Thu, 05 Feb 2026 11:36:00 -0600
MIME-Version: 1.0
Content-Type: text/html; charset="utf-8"
Content-Transfer-Encoding: 7bit
Received: from mail-sender.example.com by mx.receiver.example.com with ESMTP; Thu, 05 Feb 2026 11:36:05 -0600
<html>
<body>
<p>Hi Craig,</p>
<p>Here is the <strong>HTML</strong> update.</p>
<ul>
<li>Item one</li>
<li>Item two</li>
</ul>
<p>Best,<br>Jonathan</p>
</body>
</html>
|