Skip to content

Commit

Permalink
Change yandex.ru email because of previous maibox is full and cause t…
Browse files Browse the repository at this point in the history
…est errors with 552 error.
  • Loading branch information
positiveviking committed Jan 17, 2017
1 parent 2837026 commit 351630c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion emails/testsuite/smtp_servers.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
'gmail.com-tls': dict(from_email=_from, to_email='[email protected]',
host='alt1.gmail-smtp-in.l.google.com', port=25, tls=True),

'mx.yandex.ru': dict(from_email=_from, to_email='drlavr@yandex.ru',
'mx.yandex.ru': dict(from_email=_from, to_email='python.emails.test@yandex.ru',
host='mx.yandex.ru', port=25),

#'mailtrap.io': dict(from_email=_from, port=25, **_mailtrap),
Expand Down

0 comments on commit 351630c

Please sign in to comment.