Re: utl_smtp issue
From: Steve Howard <stevedhoward_at_gmail.com>
Date: Thu, 29 Oct 2009 10:19:09 -0700 (PDT)
Message-ID: <95252cd0-c1b7-4499-8247-3f6ee2b0244b_at_j24g2000yqa.googlegroups.com>
On Oct 29, 9:46 am, 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 10:19:09 -0700 (PDT)
Message-ID: <95252cd0-c1b7-4499-8247-3f6ee2b0244b_at_j24g2000yqa.googlegroups.com>
On Oct 29, 9:46 am, 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
I just tried your code on 10.2.0.4 and it output the entire string with the rgb calls. Do you have a 10g environment where you can test? Received on Thu Oct 29 2009 - 12:19:09 CDT