SMTP # # Server-side # # Client-side smtp SMTP without SIZE support From: different To: another body smtp://%HOSTIP:%SMTPPORT/909 --mail-rcpt recipient@example.com --mail-from sender@example.com -T log/test909.eml # # Verify data after the test has been "shot" EHLO 909 MAIL FROM: RCPT TO: DATA QUIT From: different To: another body .