utl_smtp issue
Date: Thu, 29 Oct 2009 06:46:42 -0700 (PDT)
Message-ID: <a157a6bc-9d6a-4397-b627-685c431be8a5_at_v30g2000yqm.googlegroups.com>
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
Received on Thu Oct 29 2009 - 08:46:42 CDT