On Jun 19, 4:02 pm, Justin Ezequiel <[EMAIL PROTECTED]>
wrote:
> 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')If that was the case, and you needed a line break in html-mode, use <br /> or <p> tags. -- http://mail.python.org/mailman/listinfo/python-list
