praba kar wrote:
> --- "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
>
>>That is not what Sybren requested - we need the
>>message text. If you
>>send html, make sure your paragraphs are html
>>paragraphs (enclosed in
>>-tags) and not pure whitespace, as html ignores
>>these.
>
> I am sending tex
--- "Diez B. Roggisch" <[EMAIL PROTECTED]> wrote:
> That is not what Sybren requested - we need the
> message text. If you
> send html, make sure your paragraphs are html
> paragraphs (enclosed in
> -tags) and not pure whitespace, as html ignores
> these.
>
I am sending text message as a paragra
That is not what Sybren requested - we need the message text. If you
send html, make sure your paragraphs are html paragraphs (enclosed in
-tags) and not pure whitespace, as html ignores these.
Diez
--
http://mail.python.org/mailman/listinfo/python-list
--- Sybren Stuvel
<[EMAIL PROTECTED]> wrote:
> praba kar enlightened us with:
> > This code will build plain email message properly.
>
> It's not a plain email message. It's an html email
> without a plain
> text part. Highly annoying to many people.
>
> > But after building the message. If a e
praba kar enlightened us with:
> This code will build plain email message properly.
It's not a plain email message. It's an html email without a plain
text part. Highly annoying to many people.
> But after building the message. If a email user download this mail
> through out look express then t
> I used below code to build email message
[...]
> msg.set_payload("Body of the email messagge")
[...]
> This code will build plain email message properly.
> But after building the message. If a email user
> download this mail through out look express then
> this email message will display witho