Hello all, When I try to send email from my server as html, my yahoo account and several of my user's email accounts mark it as spam. I can send a normal email via mail() just fine but when I try to to html, it's bad. I've played with a few things but can't seem to figure it out. The html I am sending just includes a table, no body, head, etc, just table html code.Here is what I am using for the header: $header="From:blackwaterdev@xxxxxxxxx <info@xxxxxxxxxxx> \r\nContent-Type:text/html\r\n"; Here are some of the headers from yahoo: X-Apparently-To: blackwaterdev@xxxxxxxxx via 66.196.97.50; Sun, 06 Aug 2006 13:46:30 -0700 X-YahooFilteredBulk: 64.140.230.68 X-Originating-IP: [ 64.140.230.68] Return-Path: <root@xxxxxxxxxxxxxxxxxxxxx> Authentication-Results: mta333.mail.re4.yahoo.com from=bwdev.com; domainkeys=neutral (no sig) Received: from 64.140.230.68 (EHLO localhost.localdomain) (64.140.230.68) by mta333.mail.re4.yahoo.com with SMTP; Sun, 06 Aug 2006 13:46:30 -0700 Received: from localhost.localdomain(web5 [ 127.0.0.1]) by localhost.localdomain (8.13.1/8.13.1) with ESMTP id k76JlHch008629 for <blackwaterdev@xxxxxxxxx>; Sun, 6 Aug 2006 15:47:17 -0400 Received: (from root@localhost) by localhost.localdomain (8.13.1/8.13.1/Submit) id k76JlH8k008628; Sun, 6 Aug 2006 15:47:17 -0400 Date: Sun, 6 Aug 2006 15:47:17 -0400 Message-Id: < 200608061947.k76JlH8k008628@xxxxxxxxxxxxxxxxxxxxx> Thanks for any info!