SMTPException: No suitable authentication method found (Server: Microsoft ESMTP MAIL Service)
Thomas Guettler
hv at tbz-pariv.de
Thu Jan 14 11:35:54 EST 2010
Hi,
I try to login, but I get this exception:
File "/home/foo/django/core/mail.py", line 137, in open
self.connection.login(self.username, self.password)
File "/home/foo/smtplib.py", line 587, in login
raise SMTPException("No suitable authentication method found.")
Trace from tcpdump+wireshark
220 remote.example.com Microsoft ESMTP MAIL Service ready at Thu, 14 Jan 2010 17:20:38 +0100
client: ehlo foo.example.com
250-remote.example.com Hello [127....]
250-SIZE 10485760
250-PIPELINING
250-DSN
250-ENHANCEDSTATUSCODES
250-STARTTLS
250-AUTH
250-8BITMIME
250-BINARYMIME
250 CHUNKING
The same happens if I use TLS.
Any hints?
Thomas
--
Thomas Guettler, http://www.thomas-guettler.de/
E-Mail: guettli (*) thomas-guettler + de
More information about the Python-list
mailing list