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