SMTP # # Server-side # # Client-side smtp SMTP with username and password but no AUTH capability mail body smtp://%HOSTIP:%SMTPPORT/940 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user:secret -T - # # Verify data after the test has been "shot" EHLO 940 MAIL FROM: RCPT TO: DATA QUIT mail body .