Closed debugtalk closed 7 years ago
Hi, firstly sorry for the late response. Seems like the AUTH command is not supported by the server. Are you trying to connect to something public like GMail? Or is it a server of your own? in the second case make sure that you have enabled authentication on your server and that it supports the AUTH extension.
Can I see your code that caused the problem?
The server is owned by our company, the strange point is that the exception only occurred on the specified server, even if I used the standard python smtp library instead. So I think that was the server's problem, and I should close this issue.
Thanks for your reply.
When I use mailthon on Ubuntu,
SMTPNotSupportedError
exception occurred, while it's OK on my own Mac system.The linux system version is:
And I tried Python 3.4 and Python 3.6, both has the same exception.