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
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].
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
>
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
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
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,