Re: utl_smtp issue
From: <frank.van.bortel_at_gmail.com>
Date: Thu, 29 Oct 2009 07:16:25 -0700 (PDT)
Message-ID: <1537a6ba-968d-45e5-9e5a-f793dcdf8ff0_at_k17g2000yqb.googlegroups.com>
On 29 okt, 14:46, Taurus <p.neum..._at_kabelmail.de> wrote:
> Hi,
>
> I'am using Oralce 9i utl_smtp package to send html mails and facing an
> issue.
> My smtp configuration is as follows:
>
> utl_smtp.write_data(connection, 'MIME-Version: 1.0' || cCRLF);
> utl_smtp.write_data(connection, 'Content-Type: text/html;
> charset="UTF-8"' || cCRLF);
>
> I'am passing following line to umtl_smtp
>
> <td style="border-style: inset inset inset none; border-color: rgb
> (216, 139, 76) rgb(216, 139, 76) rgb(216, 139, 76) -moz-use-text-
> color; border-width: 1pt 1pt 1pt medium; padding: 0.75pt; background:
> rgb(255, 246, 185) none repeat scroll 0%; -moz-background-clip:
> initial; -moz-background-origin: initial; -moz-background-inline-
> policy: initial;">
>
> and receive at client side
>
> <td
> style="border-style: inset inset inset none; border-color: -moz-use-
> text-color; border-width: 1pt 1pt 1pt medium; padding: 0.75pt;
> background: rgb(255, 246, 185) none repeat scroll 0%; -moz-background-
> clip: initial; -moz-background-origin: initial; -moz-background-inline-
> policy: initial;">
>
> Thus my border color information is lost.
>
> Anyone a clue how to avoid this issue?
>
> Thanks,
> Patrick
Date: Thu, 29 Oct 2009 07:16:25 -0700 (PDT)
Message-ID: <1537a6ba-968d-45e5-9e5a-f793dcdf8ff0_at_k17g2000yqb.googlegroups.com>
On 29 okt, 14:46, Taurus <p.neum..._at_kabelmail.de> wrote:
> Hi,
>
> I'am using Oralce 9i utl_smtp package to send html mails and facing an
> issue.
> My smtp configuration is as follows:
>
> utl_smtp.write_data(connection, 'MIME-Version: 1.0' || cCRLF);
> utl_smtp.write_data(connection, 'Content-Type: text/html;
> charset="UTF-8"' || cCRLF);
>
> I'am passing following line to umtl_smtp
>
> <td style="border-style: inset inset inset none; border-color: rgb
> (216, 139, 76) rgb(216, 139, 76) rgb(216, 139, 76) -moz-use-text-
> color; border-width: 1pt 1pt 1pt medium; padding: 0.75pt; background:
> rgb(255, 246, 185) none repeat scroll 0%; -moz-background-clip:
> initial; -moz-background-origin: initial; -moz-background-inline-
> policy: initial;">
>
> and receive at client side
>
> <td
> style="border-style: inset inset inset none; border-color: -moz-use-
> text-color; border-width: 1pt 1pt 1pt medium; padding: 0.75pt;
> background: rgb(255, 246, 185) none repeat scroll 0%; -moz-background-
> clip: initial; -moz-background-origin: initial; -moz-background-inline-
> policy: initial;">
>
> Thus my border color information is lost.
>
> Anyone a clue how to avoid this issue?
>
> Thanks,
> Patrick
Blame the client Received on Thu Oct 29 2009 - 09:16:25 CDT