Re: Python built email message doesn't support OutLook Express

2005-09-01 Thread Robert Kern
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

Re: Python built email message doesn't support OutLook Express

2005-09-01 Thread praba kar
--- "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

Re: Python built email message doesn't support OutLook Express

2005-08-29 Thread Diez B. Roggisch
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

Re: Python built email message doesn't support OutLook Express

2005-08-29 Thread praba kar
--- 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

Re: Python built email message doesn't support OutLook Express

2005-08-29 Thread Sybren Stuvel
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

RE: Python built email message doesn't support OutLook Express

2005-08-29 Thread Meyer, Tony
> 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