English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I have a program that sends email messages from an oracle database to users, how can I ensure that the format of the message (which is in html) is not broken. In MS Outlook, the messages appear with the html code all visible and if you do not know html, you cannot tell message from html code.

2006-06-15 15:02:11 · 2 answers · asked by Leonard C 1 in Computers & Internet Programming & Design

2 answers

Is your email header correct for html? It should have a line that says "Content-Type: text/html".

2006-06-15 19:25:05 · answer #1 · answered by injanier 7 · 0 0

Sounds like something is escaping the HTML entities. You know, replacing < with & lt ;

(Of course, Yahoo! Answers also does this, which makes it hard to answer this question)

Try looking for the function that is doing that, and turn it off.

2006-06-15 22:37:31 · answer #2 · answered by Eric G 3 · 0 0

fedest.com, questions and answers