SMTP # # Server-side # # Client-side smtp SMTP with no mail data smtp://%HOSTIP:%SMTPPORT/911 --mail-rcpt 911@example.com --mail-from 911@example.com -T - # # Verify data after the test has been "shot" EHLO 911 MAIL FROM:<911@example.com> RCPT TO:<911@example.com> DATA QUIT .