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