Ross wrote:

I am using the code to send an html email (phpmailer class) now I need to somehow determine if the recipient uses text only email and change email to plain. Is this possible?


No. How could your script possibly detect how a person's email client is configured?

In any case, you should be sending both parts--plain text & HTML--and allowing the recipients to view it as they wish. And sending mail as HTML only is a good way to have your messages marked as SPAM.

brian

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to