n00m wrote:
> I also can't get my SMTP (win2k) working with Python.
> But... funnily this works fine:
>
> import smtplib
> s = smtplib.SMTP('smtp.mail.ru')
> s.sendmail('[EMAIL PROTECTED]', '[EMAIL PROTECTED]', 'hi
> there!')
> s.quit()
>
That's pretty strange: the second argument should be a list. Are you
*sure* it worked?
> Why do they (mail.ru) allow outsiders to use their service???
>
Ask them!
regards
Steve
--
Steve Holden +44 150 684 7255 +1 800 494 3119
Holden Web LLC http://www.holdenweb.com/
--
http://mail.python.org/mailman/listinfo/python-list