[python-nl] probleem met smtplib

Wichert Akkerman wichert at wiggy.net
Fri Mar 2 20:33:24 CET 2007


Previously Dergatsjev Sergej wrote:
> smtp.login('mijn_geruiker', 'mijn_wachtwoord')

Daar zit de fout: je probeert in te loggen op je SMTP server, maar:

>   File "C:\Python25\lib\smtplib.py", line 554, in login
> 
>     raise SMTPException("SMTP AUTH extension not supported by server.")

de SMTP server die je gebruikt snapt dat niet. Weet je zeker dat het
nodig is om in te loggen? Dat is vrij ongebruikelijk voor smtp servers.

Wichert.

-- 
Wichert Akkerman <wichert at wiggy.net>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.


More information about the Python-nl mailing list