1<testcase> 2<info> 3<keywords> 4SMTP 5HELP 6</keywords> 7</info> 8 9# 10# Server-side 11<reply> 12<data> 13214-This server supports the following commands: 14214 HELO EHLO RCPT DATA RSET MAIL VRFY EXPN QUIT HELP 15</data> 16</reply> 17 18# 19# Client-side 20<client> 21<server> 22smtp 23</server> 24<name> 25SMTP HELP 26</name> 27<command> 28smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER 29</command> 30</client> 31 32# 33# Verify data after the test has been "shot" 34<verify> 35<protocol> 36EHLO %TESTNUMBER 37HELP 38QUIT 39</protocol> 40</verify> 41</testcase> 42