SMTP
#
# Server-side
#
# Client-side
smtp
SMTP with no mail data
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 911@example.com --mail-from 911@example.com -T -
#
# Verify data after the test has been "shot"
EHLO user
MAIL FROM:<911@example.com>
RCPT TO:<911@example.com>
DATA
QUIT
.