has anyone had any problems sending an HTML email from a PHP script running on a Linux server through an Exchange 2000 server?
for instance, I have a Linux server (mandrake8.1) running Postfix. I have Postfix configured to deliver to my Exchange 2000 server, and then on to a user on my network.
The email gets delivered to the user, but it's not in HTML format. I have verified the settings on the Exchange 2000 server and have tested the settings to make sure Exchange can receive an HTML email and it works, but not when it comes from Linux.
Somehow, I think there is a problem sending the headers from PHP on Linux to an Exchange 2000 server. It's like Exchange 2000 can't accept/interperet the headers, so it sends the email in plain text.
Is anyone using Linux/PHP and Exchange 2000 on their network who can test/verify this for me?
Thanks for your help.