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