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