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