Re: [PHP] mail() Returned mail: Data format error (

2002-04-26 Thread Miguel Cruz

On Fri, 26 Apr 2002, SeanW wrote:
> 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 ,

Perhaps not all hosts can understand the Contenet-Transfer-Encoding 
header. It's a very special feature only supported by a few operating 
systems with FlexiSpell(tm).

miguel


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




[PHP] mail() Returned mail: Data format error (

2002-04-26 Thread SeanW

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@xx

   - 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