curl/tests/data/test900

52 lines
579 B
Plaintext
Raw Normal View History

<testcase>
<info>
<keywords>
SMTP
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<server>
smtp
</server>
<name>
SMTP
</name>
<stdin>
From: different
To: another
body
</stdin>
<command>
2013-09-22 16:14:26 +02:00
smtp://%HOSTIP:%SMTPPORT/user --mail-rcpt 900@example.com --mail-from 900@example.com -T -
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
EHLO user
2013-09-19 08:19:25 +02:00
MAIL FROM:<900@example.com>
2013-09-22 16:14:26 +02:00
RCPT TO:<900@example.com>
DATA
QUIT
</protocol>
<upload>
From: different
To: another
body
.
</upload>
</verify>
</testcase>