Re: [Tutor] smtp error from cgi script

2006-08-03 Thread Ewald Ertl
Hi Rob, Rob wrote: > Hi, can someone help me interpret the error output below? > > I can't tell whether this is a coding error, or a configuration error, > in which case, it would be up to my host provider. > > For privacy reasons, I have changed the actual email addresses to > [EMAIL PROTECTE

[Tutor] smtp error from cgi script

2006-08-02 Thread Rob
Hi, can someone help me interpret the error output below?   I can't tell whether this is a coding error, or a configuration error, in which case, it would be up to my host provider.   For privacy reasons, I have changed the actual email addresses to [EMAIL PROTECTED] and [EMAIL PROTECTED]. 

Re: [Tutor] smtp error

2005-09-07 Thread Kent Johnson
Shitiz Bansal wrote: > does this error make sense to anyone? > > Traceback (most recent call last): > File "C:/Documents and > Settings/Administrator/Desktop/lkp.py", line 46, in > -toplevel- > s.sendmail(msg['From'], i, msg.as_string()) > File "C:\Python24\lib\smtplib.py", line 692, in >

Re: [Tutor] smtp error

2005-09-07 Thread Kent Johnson
Danny Yoo wrote: > According to: > > http://www.python.org/doc/lib/SMTP-objects.html > > the second argument to 's.sendmail()' needs to be a list, even if it is a > list of a single element. I'm not positive that this is the bug, but it's > a possible error. The docs are incorrect and the l

Re: [Tutor] smtp error

2005-09-06 Thread Danny Yoo
On Tue, 6 Sep 2005, Shitiz Bansal wrote: > does this error make sense to anyone? > > Traceback (most recent call last): > File "C:/Documents and > Settings/Administrator/Desktop/lkp.py", line 46, in > -toplevel- > s.sendmail(msg['From'], i, msg.as_string()) > File "C:\Python24\lib\smtpli

[Tutor] smtp error

2005-09-06 Thread Shitiz Bansal
does this error make sense to anyone? Traceback (most recent call last): File "C:/Documents and Settings/Administrator/Desktop/lkp.py", line 46, in -toplevel- s.sendmail(msg['From'], i, msg.as_string()) File "C:\Python24\lib\smtplib.py", line 692, in sendmail raise SMTPDataError(code,