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