Plain text email?

Inkiniteo gaz082 at gmail.com
Mon Jun 27 19:09:38 EDT 2005


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()




More information about the Python-list mailing list