Radio_Head

Well-Known Member
Verifed Vendor
Feb 15, 2002
2,048
1
343
Hello,
I'm trying to send email with a php script and when I add the headers (like From or MIME-Version) I get the email From - [email protected] & this:

Content-type: text/html; charset=iso-8859-1

From: [email protected]

Message-Id:
Date: Thu, 15 Aug 2002 16:30:13 -0400
X-AntiAbuse: This header was added to track abuse, please include it with any abuse report
X-AntiAbuse: Primary Hostname - ns.myserver.com
X-AntiAbuse: Original Domain - netvision.net.il
X-AntiAbuse: Originator/Caller UID/GID - [99 99] / [99 99]
X-AntiAbuse: Sender Address Domain - ns.myserver.com

my header code looks like this:
= &MIME-Version: 1.0rn&;
.= &Content-type: text/html; charset=iso-8859-1rn&;
.= &From: [email protected]&;

what can I do to get a clean email?