Skip to content
Snippets Groups Projects
Commit 4043d7b6 authored by Steve Holme's avatar Steve Holme
Browse files

test938: Updated to use file input for upload

As the second URL won't be passed input from stdin.
parent 7dd494c6
No related branches found
No related tags found
No related merge requests found
......@@ -30,11 +30,11 @@ smtp
<name>
SMTP multiple connection authentication
</name>
<stdin>
<file name="log/upload938">
mail body
</stdin>
</file>
<command>
smtp://%HOSTIP:%SMTPPORT/938001 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.one:secret -T - -: smtp://%HOSTIP:%SMTPPORT/938002 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.two:secret -T -
smtp://%HOSTIP:%SMTPPORT/938001 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.one:secret -T log/upload938 -: smtp://%HOSTIP:%SMTPPORT/938002 --mail-rcpt recipient@example.com --mail-from sender@example.com -u user.two:secret -T log/upload938
</command>
</client>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment