how to send a "Multiline" mail with smtplib?

Justin Ezequiel justin.mailinglists at gmail.com
Thu Jun 19 05:02:05 EDT 2008


perhaps change html

body=MIMEText('hello,\r\n
ok',_subtype='html',_charset='windows-1255')

to plain

body=MIMEText('hello,\r\n
ok',_subtype='plain',_charset='windows-1255')



More information about the Python-list mailing list