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