SMTPS
#
# Server-side
#
# Client-side
smtps
SMTPS with redundant explicit SSL request
From: different
To: another
body
-k --ssl-reqd --mail-rcpt recipient@example.com --mail-from sender@example.com -T - smtps://%HOSTIP:%SMTPSPORT/%TESTNUMBER
#
# Verify data after the test has been "shot"
EHLO %TESTNUMBER
MAIL FROM:
RCPT TO:
DATA
QUIT
From: different
To: another
body
.