Git init
[external/curl.git] / tests / data / test802
1 <testcase>
2 <info>
3 <keywords>
4 SMTP
5 </keywords>
6 </info>
7
8 #
9 # Server-side
10 <reply>
11 </reply>
12
13 #
14 # Client-side
15 <client>
16 <server>
17 smtp
18 </server>
19  <name>
20 SMTP
21  </name>
22 <stdin>
23 From: different
24 To: another
25
26 body
27 </stdin>
28  <command>
29 smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 802@foo --mail-rcpt 802@foobar.example --mail-from 802@from -T -
30 </command>
31 </client>
32
33 #
34 # Verify data after the test has been "shot"
35 <verify>
36 <protocol>
37 EHLO user\r
38 MAIL FROM:802@from\r
39 RCPT TO:<802@foo>\r
40 RCPT TO:<802@foobar.example>\r
41 DATA\r
42 QUIT\r
43 </protocol>
44 <upload>
45 From: different
46 To: another
47
48 body
49 \r
50 .\r
51 </upload>
52 </verify>
53 </testcase>