Raw e-mail example
From ASSPSMTP
| Received: from X.X.X.X ([X.X.X.X] helo=smtp.domain.tld) by assp.domain.tld; 13 Dec 2006 15:31:25 -0500 X-MimeOLE: Produced By MTA Software Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: This is the subject line Date: Wed, 13 Dec 2006 15:31:25 -0500 Message-ID: <F545499C1A1D1F4AB54C@server.domain.tld> From: "Display Name" <sender@domain.tld> To: <recipient@domain.tld> | The Header is structured into fields such as summary, sender, receiver, and other information about the e-mail. There is one header field per line, and there are no blank lines in between header fields. | |
| A single blank line separator. | ||
| Hello world, This is the message body. It is comprised of unstructured text - meaning that almost anything goes. The SMTP session does not recognize the end of the message body until it encounters a "return-dot-return". | The Body of the message is unstructured text; and can include text, encapsulated pictures, HTML, etc. It sometimes contains a signature block at the end. | |
| . | The end of the body is indicated by concluding the message with "<CR><LF>.<CR><LF>". |


