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