Re: [Tutor] email-sending.. (fwd)

2006-01-30 Thread Python
On Sun, 2006-01-29 at 10:09 -0800, Danny Yoo wrote (forwarding a direct reply to the list): > Hi Danny, > > i have crossed that point where it complains of socket error.., but > now i am stuck with another issue, where it says that it has sent the > mail, but i dont recive any in my yahoo mail.,i

Re: [Tutor] email-sending.. (fwd)

2006-01-29 Thread Danny Yoo
-- Forwarded message -- Date: Sun, 29 Jan 2006 10:28:09 -0500 (EST) From: jan.n <[EMAIL PROTECTED]> To: Danny Yoo <[EMAIL PROTECTED]> Subject: Re: [Tutor] email-sending.. Hi Danny, i have crossed that point where it complains of socket error.., but now i am stuck

Re: [Tutor] email-sending..

2006-01-28 Thread Danny Yoo
Hi Jan, Side question: how much Python do you know already? It really seems like you've just picked up an introductory example, so I'm not exactly sure I see where you might be getting stuck or what things you've tried already. Anyway, when you mention: > i am trying to send emails through a

[Tutor] email-sending..

2006-01-28 Thread jan.n
Hello,i am trying to send emails through a python script , but it complains thatsocket error 10061 conection refused..any help with this would be great...import smtplibsmtpserver = 'mailserver'AUTHREQUIRED = 1 # if you need to use SMTP AUTH set to 1smtpuser = '#'  # for SMTP AUTH, set SMTP user