I have a mailer program that formats data from an input form into a pretty HTML format message delivered to a specific user.
I have "Content-Type: text/html; charset=ISO-8859-1 \r\n"
in my headers and it works well from IIS.
From Apache2 on Linux,
Outlook displays the message as text.
Thunderbird displays as HTML
Being that the end users most likely will use Outlook, what can I do to fix this?
I have "Content-Type: text/html; charset=ISO-8859-1 \r\n"
in my headers and it works well from IIS.
From Apache2 on Linux,
Outlook displays the message as text.
Thunderbird displays as HTML
Being that the end users most likely will use Outlook, what can I do to fix this?