smtpd/fixtures/simple.eml

12 lines
199 B
Text

HELO demo
MAIL FROM:<mailfrom@example.com>
RCPT TO:<mailto@example.com>
DATA
From: <from@example.com>
To: <to@example.com>
Subject: Simple subject
Plain content.
Two lines of it.
.
QUIT