SMTP # # Server-side # # Client-side smtp SMTP without terminating CRLF From: different To: another body smtp://%HOSTIP:%SMTPPORT/910 --mail-rcpt 910@example.com --mail-from 910@example.com -T - # # Verify data after the test has been "shot" EHLO 910 MAIL FROM:<910@example.com> RCPT TO:<910@example.com> DATA QUIT From: different To: another body .