problems with smtplib

Steve Holden steve at holdenweb.com
Fri Sep 2 08:35:35 EDT 2005


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('no_such_address at mail.ru', 'jonhe... at gmail.com', '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/




More information about the Python-list mailing list