tests: Updated email addresses in SMTP tests following recent changes
This commit is contained in:
@@ -34,7 +34,7 @@ SMTP CRAM-MD5 authentication
|
||||
mail body
|
||||
</stdin>
|
||||
<command>
|
||||
smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt 905@example.com --mail-from 905@example.com -u tim:tanstaaftanstaaf -T -
|
||||
smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt recipient@example.com --mail-from sender@example.com -u tim:tanstaaftanstaaf -T -
|
||||
</command>
|
||||
</client>
|
||||
|
||||
@@ -45,8 +45,8 @@ smtp://%HOSTIP:%SMTPPORT/905 --mail-rcpt 905@example.com --mail-from 905@example
|
||||
EHLO 905
|
||||
AUTH CRAM-MD5
|
||||
dGltIGI5MTNhNjAyYzdlZGE3YTQ5NWI0ZTZlNzMzNGQzODkw
|
||||
MAIL FROM:<905@example.com>
|
||||
RCPT TO:<905@example.com>
|
||||
MAIL FROM:<sender@example.com>
|
||||
RCPT TO:<recipient@example.com>
|
||||
DATA
|
||||
QUIT
|
||||
</protocol>
|
||||
|
||||
Reference in New Issue
Block a user