Plain text email?

Christos TZOTZIOY Georgiou tzot at sil-tec.gr
Mon Jun 27 19:30:08 EDT 2005


On 27 Jun 2005 16:09:38 -0700, rumours say that "Inkiniteo"
<gaz082 at gmail.com> 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 at email.com', 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



More information about the Python-list mailing list