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 <[EMAIL PROTECTED]>    It is simple to make things.
http://www.wiggy.net/                   It is hard to make things simple.
_______________________________________________
Python-nl mailing list
Python-nl@python.org
http://mail.python.org/mailman/listinfo/python-nl

Antwoord per e-mail aan