SMTP
# Server-side
# Client-side
smtp
SMTP
From: different%CR
To: another%CR
%CR
body%CR
%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:%LTsender@example.com%GT
RCPT TO:%LTrecipient@example.com%GT
DATA
QUIT
From: different%CR
To: another%CR
%CR
body%CR
%repeat[6553 x 0123456789]%
%CR
.%CR