On 27 Jun 2005 16:09:38 -0700, rumours say that "Inkiniteo"
<[EMAIL PROTECTED]> might have written:

>Humm. I just create the message this way:

>message = 'Serie:\t\t' + str(type) + str(series) + \
>          '\t\t\tUbicación:\t\t\t' + place + '\n' + \
>          'Date&Time:\t' + date

>and send it with:
>message = header + message
>server = smtplib.SMTP('localhost')
>server.sendmail('[EMAIL PROTECTED]', email, message)
>server.quit()

And what goes wrong when you see the message?  (BTW you don't have a
newline before "Ubicación:"; is it intentional?)

Tabs are infamous confusers of email clients, unfortunately.
-- 
TZOTZIOY, I speak England very best.
"Dear Paul,
please stop spamming us."
The Corinthians
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to