SMTPS UPLOAD # # Server-side # # Client-side smtps SMTPS with redundant explicit SSL request From: different To: another body --insecure --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:%LTsender@example.com%GT RCPT TO:%LTrecipient@example.com%GT DATA QUIT From: different To: another body .