SMTP
#
# Server-side
#
# Client-side
smtp
SMTP without SIZE support
From: different
To: another
body
smtp://%HOSTIP:%SMTPPORT/909 --mail-rcpt 909@example.com --mail-from 909@example.com -T log/test909.eml
#
# Verify data after the test has been "shot"
EHLO 909
MAIL FROM:<909@example.com>
RCPT TO:<909@example.com>
DATA
QUIT
From: different
To: another
body
.