SMTP
#
# Server-side
#
# Client-side
smtp
SMTP data with single dot-only line
.
smtp://%HOSTIP:%SMTPPORT/952 --mail-rcpt recipient@example.com --mail-from sender@example.com -T -
#
# Verify data after the test has been "shot"
EHLO 952
MAIL FROM:
RCPT TO:
DATA
QUIT
..
.