Try using .htaccess or ini_set() - perhaps this will help you when on shared
server.

regards,
Maxim Maletsky



-----Original Message-----
From: Mahmoud Kassem [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 4:12 PM
To: karthik
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Mail()


THe same .. did not make a difference ..

for php.ini settings : I am on a virtual hosting .. so I do not have access
to the php.ini file

-----Original Message-----
From: karthik [mailto:[EMAIL PROTECTED]]
Sent: Friday, July 13, 2001 9:43 AM
To: Mahmoud Kassem
Subject: Re: [PHP] Mail()


Hi

Try

mail("$emailto_owner"."<".$emailto.">",$subject,$message,$headers);

It worked for me when i had a similar problem. And do check the settings in
php.ini for mails.

Karthik.
----- Original Message -----
From: "Mahmoud Kassem" <[EMAIL PROTECTED]>
To: "ReDucTor" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Monday, August 13, 2001 12:04 PM
Subject: RE: [PHP] Mail()


> I have the arrows
> my code is :
>
> $headers .= "Return-Path: <[EMAIL PROTECTED]>\n";
> $headers .= "Errors-To: <[EMAIL PROTECTED]>\n";
> $headers .= "X-Sender: Abkareno <[EMAIL PROTECTED]>\n";
> $headers .= "From: \"".$fname." ".$lname."\" <".$emailfrom.">\n";
> $headers .= "Reply-To: ".$fname." ".$lname." <".$emailfrom.">\n";
> $headers .= "Content-Type: text/html; charset=iso-8859-1\n";
> $headers .= "X-Mailer: Abkareno\n";
> $headers .= "X-Authenticated-IP: [".$REMOTE_ADDR."]\n";
> if ($prom == 1) {
> $headers .= "X-Priority: 2\n";
> $headers .= "Importance: High\n\n";
>
> mail("$emailto_owner"."<".$emailto.">","$subject","$message","$headers");
>
>
> and still I get the email from NO BODY <[EMAIL PROTECTED]>
> -----Original Message-----
> From: ReDucTor [mailto:[EMAIL PROTECTED]]
> Sent: Monday, August 13, 2001 9:25 AM
> To: Mahmoud Kassem; [EMAIL PROTECTED]
> Subject: Re: [PHP] Mail()
>
>
> >From : Your Name <[EMAIL PROTECTED]>
>
> make sure you have the arrow things around it...
>
> thats in your headers...
> ----- Original Message -----
> From: "Mahmoud Kassem" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Monday, August 13, 2001 4:20 PM
> Subject: [PHP] Mail()
>
>
> > How can force my From: instead of the nobody@servername ?
> >
>
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to