# Tell diff between html/non-html email owners?

**URL:** https://forum.kirupa.com/t/tell-diff-between-html-non-html-email-owners/108827
**Category:** Uncategorized
**Created:** [April 29, 2004, 12:57am UTC](https://forum.kirupa.com/t/tell-diff-between-html-non-html-email-owners/108827 "2004-04-29T00:57:03Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Lacuna](https://avatars.discourse-cdn.com/v4/letter/l/edb3f5/32.png) [@Lacuna](https://forum.kirupa.com/u/Lacuna)
#### Post date: [April 29, 2004, 12:57am UTC](https://forum.kirupa.com/t/tell-diff-between-html-non-html-email-owners/108827/1 "2004-04-29T00:57:03Z")

</div>

Hello,

After setting up a php-email script I realized that non-html email owners where receiving a bunch of garble html coding as well in their emails…

Is there a way to tell if their email is html capable or not… I am using

$headers = "MIME-Version: 1.0  
";  
$headers .= "Content-type: text/html; charset=iso-8859-1  
";

but that doesnt help with non-html emailers.

Thanks

~ Lacuna
