Server Check unreadable (raw HTML)
Posted: 07 Jun 2009, 19:19
Hi Chirpy,
csf v 4.69
not a big issue but when I try to read the Server Check email using Horde, it doesn't render the HTML, it just displays it "raw".
I'm guessing it's an email header issue, but I haven't been able to pin it down exactly.
It may be as simple as adding the disposition header after the content-type:-
Content-Type: text/html;
Content-Disposition: inline
or maybe removing the semi-colon after text/html ? :notsure:
Other HTML emails that I view in Horde render correctly. Part of working header example:-
...
MIME-Version: 1.0
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
...
HTH, Cheers
csf v 4.69
not a big issue but when I try to read the Server Check email using Horde, it doesn't render the HTML, it just displays it "raw".
I'm guessing it's an email header issue, but I haven't been able to pin it down exactly.
It may be as simple as adding the disposition header after the content-type:-
Content-Type: text/html;
Content-Disposition: inline
or maybe removing the semi-colon after text/html ? :notsure:
Other HTML emails that I view in Horde render correctly. Part of working header example:-
...
MIME-Version: 1.0
Content-Type: text/html; charset=iso-8859-1
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
...
HTH, Cheers