SMTP
#
# Server-side
#
# Client-side
smtp
SMTP with multiple and invalid (last) --mail-rcpt and --mail-rcpt-allowfails
From: different
To: another
body
smtp://%HOSTIP:%SMTPPORT/3003 --mail-rcpt-allowfails --mail-rcpt recipient.one@example.com --mail-rcpt recipient.two@example.com --mail-rcpt recipient.three@example.com --mail-rcpt recipient.four@example.com --mail-rcpt invalid.five --mail-from sender@example.com -T -
#
# Verify data after the test has been "shot"
EHLO 3003
MAIL FROM:
RCPT TO:
RCPT TO:
RCPT TO:
RCPT TO:
RCPT TO:
DATA
QUIT
From: different
To: another
body
.