SMTP # # Server-side # # Client-side smtp SMTP From: different To: another body %repeat[6553 x 0123456789]% smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt recipient@example.com --mail-from sender@example.com -T %LOGDIR/mail%TESTNUMBER # # Verify data after the test has been "shot" EHLO %TESTNUMBER MAIL FROM: RCPT TO: DATA QUIT From: different To: another body %repeat[6553 x 0123456789]% .