1<testcase> 2<info> 3<keywords> 4SMTP 5</keywords> 6</info> 7 8# 9# Server-side 10<reply> 11</reply> 12 13# 14# Client-side 15<client> 16<server> 17smtp 18</server> 19<features> 20!win32 21codeset-utf8 22</features> 23<setenv> 24LC_ALL=en_US.UTF-8 25LC_CTYPE=en_US.UTF-8 26</setenv> 27<name> 28SMTP without SMTPUTF8 support - UTF-8 based recipient (local part only) 29</name> 30<stdin> 31From: different 32To: another 33 34body 35</stdin> 36<command> 37smtp://%HOSTIP:%SMTPPORT/%TESTNUMBER --mail-rcpt Stödmottagaren@example.com --mail-from sender@example.com -T - 38</command> 39</client> 40 41# 42# Verify data after the test has been "shot" 43<verify> 44# 55 - CURLE_SEND_ERROR 45<errorcode> 4655 47</errorcode> 48<protocol> 49EHLO %TESTNUMBER 50MAIL FROM:<sender@example.com> 51RCPT TO:<Stödmottagaren@example.com> 52QUIT 53</protocol> 54</verify> 55</testcase> 56