praba kar <[EMAIL PROTECTED]> wrote:
>
> I am working in web based email system project.
>Here I try to build email message
>from scratch. I used below code to build email
>message
>
> msg = email.MIMEBase('text','html')
> msg['Return-Path'] = user+'@'+domain
> msg['Date'] = formatdate
praba kar wrote:
> --- Sybren Stuvel
> <[EMAIL PROTECTED]> wrote:
>
>>Steve Holden enlightened us with:
>>
>>>It's obvious you aren't using that EXACT code,
>>
>>because it doesn't
>>
>>>formulate a three-paragraph message. So the bit we
>>
>>really need to
>>
>>>see is how you capture and formula
praba kar wrote:
> --- Sybren Stuvel
> <[EMAIL PROTECTED]> wrote:
>
>
>>Steve Holden enlightened us with:
>>
>>>It's obvious you aren't using that EXACT code,
>>
>>because it doesn't
>>
>>>formulate a three-paragraph message. So the bit we
>>
>>really need to
>>
>>>see is how you capture and form
--- Sybren Stuvel
<[EMAIL PROTECTED]> wrote:
> Steve Holden enlightened us with:
> > It's obvious you aren't using that EXACT code,
> because it doesn't
> > formulate a three-paragraph message. So the bit we
> really need to
> > see is how you capture and formulate the argument
> to set_payload()
Sybren Stuvel wrote:
> Steve Holden enlightened us with:
>
>>It's obvious you aren't using that EXACT code, because it doesn't
>>formulate a three-paragraph message. So the bit we really need to
>>see is how you capture and formulate the argument to set_payload().
>
>
> I'd rather see what I ask
Steve Holden enlightened us with:
> It's obvious you aren't using that EXACT code, because it doesn't
> formulate a three-paragraph message. So the bit we really need to
> see is how you capture and formulate the argument to set_payload().
I'd rather see what I asked for, which is the output of
ms
praba kar wrote:
> Dear All,
>
>I am working in web based email system project.
> Here I try to build email message
> from scratch. I used below code to build email
> message
>
>msg = email.MIMEBase('text','html')
>msg['Return-Path'] = user+'@'+domain
>msg['Date'] = formatdat
Dear All,
I am working in web based email system project.
Here I try to build email message
from scratch. I used below code to build email
message
msg = email.MIMEBase('text','html')
msg['Return-Path'] = user+'@'+domain
msg['Date'] = formatdate(localtime=1)
msg['Subject'] = s