When I send an email using mail() I can the emails from nobody (using
outlook) and in some programs like AOL from Unknown and in Web Based Emails
like Yahoo I get it Correct and in Outlook Express also correct
How can I fix this problem ?
After some tests I found out
Nobody on behalf of myemai
: Monday, August 13, 2001 6:12 PM
To: Mahmoud Kassem
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Mail()
rather than be rude about it, try reading the whole message and
then looking through the PHP documentation.
http://www.php.net/manual/en/function.ini-set.php
I said before I do not have access to the php.ini
I am on a virtual Hosting ...
-Original Message-
From: Michael Geier, CDM Systems Admin [mailto:[EMAIL PROTECTED]]
Sent: Monday, August 13, 2001 4:43 PM
To: Mahmoud Kassem; ReDucTor
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Mail()
your
PROTECTED]]
Sent: Monday, August 13, 2001 12:03 PM
To: 'Mahmoud Kassem'; karthik
Cc: [EMAIL PROTECTED]
Subject: RE: [PHP] Mail()
Try using .htaccess or ini_set() - perhaps this will help you when on shared
server.
regards,
Maxim Maletsky
-Original Message-----
From: Mahmoud Kass
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
rs .= "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","
How can force my From: instead of the nobody@servername ?
7 matches
Mail list logo