Using this command

 mail(

         $mailrow[email],
                   $subject,
                   $spamstr,
                   "From: me@mydomain\r\n
       Content-type: text/html; charset=us-ascii\r\n
       Contenet-Transfer-Encoding: 7bit\r\n
       MIME-Version: 1.0n"

                );

I get bounces only from some servers with this message ,

Date: Mon, 15 Apr 2002 01:42:15 +1000
From: Mail Delivery Subsystem <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Returned mail: Data format error

The original message was received at Mon, 15 Apr 2002 01:42:07 +1000
from nobody@localhost

   ----- The following addresses had permanent fatal errors -----
info@xxxxxxxxxx

   ----- Transcript of session follows -----
... while talking to mx0.hyperlink.net.au.:
>>> MAIL From:<[EMAIL PROTECTED]> SIZE=18853 BODY=8BITMIME
<<< 553 5.1.8 <[EMAIL PROTECTED]>... Domain of sender address
[EMAIL PROTECTED] does not exist
501 [EMAIL PROTECTED] Data format error


Again most of the email go through but not for some, why does my domain how
as localhost.


Sean



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

Reply via email to