Quote:
I'm wanting to send a HTML email.
And if the users can't receive HTML I want my email to be plain text with
no attached images.
|
First of all, you should never attach the images to an HTML email. You
should always upload them to a server and link to them via the email.
As for detecting email clients, you can't. You can send the message a
multi-part, where the email app should determine whether or not to show the
plain text or HTML.
However, the best solution is to ASK the people receiving the email if they
want plain text or HTML. Then just send the appropriate format to the
appropriate group.
-Darrel