On Tue, October 31, 2006 8:59 pm, Beauford wrote:
> That doesn't work.
>
> Here is what I have.
>
> mail($email,$subject,$body,$from);
>
> Which is (senders address, the subject, the body of the message, and
> the
> from address)
>
> The from address is taken from this, and I added the -f in front
I think that's what he's trying, but he's missing the fact that he
needs to include the actual "From: " that you've specified.
In other words, I think he's doing:
mail("[EMAIL PROTECTED]", "Subject", "Body", "[EMAIL PROTECTED]");
instead of:
mail("[EMAIL PROTECTED]", "Subject", "Body",
"Fr
Why can't you just add a
From: Registrar <[EMAIL PROTECTED]>
header? =/
- tul
Chris wrote:
Beauford wrote:
That doesn't work.
Here is what I have.
mail($email,$subject,$body,$from);
Which is (senders address, the subject, the body of the message, and the
from address)
The from address is ta
Beauford wrote:
That doesn't work.
Here is what I have.
mail($email,$subject,$body,$from);
Which is (senders address, the subject, the body of the message, and the
from address)
The from address is taken from this, and I added the -f in front of it.
define("regaddress", "[EMAIL PROTECTED]")
October 31, 2006 9:38 PM
To: Beauford
Cc: 'PHP'
Subject: Re: [PHP] php.ini & ini_set
Beauford wrote:
> Can you be more specific. I only see 4 parameters and none of them apply.
Oops sent you to the wrong page.
http://www.php.net/manual/en/function.mail.php
There are 5 paramete
D]");
It still says it comes from:
Nobody [EMAIL PROTECTED]; on behalf of; Registrar
[EMAIL PROTECTED]
Thanks
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: October 31, 2006 9:38 PM
To: Beauford
Cc: 'PHP'
Subject: Re: [PHP] php.ini & ini_set
Beauford wro
Beauford wrote:
Can you be more specific. I only see 4 parameters and none of them apply.
Oops sent you to the wrong page.
http://www.php.net/manual/en/function.mail.php
There are 5 parameters:
bool mail ( string to, string subject, string message [, string
additional_headers [, string add
Can you be more specific. I only see 4 parameters and none of them apply.
-Original Message-
From: Chris [mailto:[EMAIL PROTECTED]
Sent: October 31, 2006 9:13 PM
To: Beauford
Cc: PHP
Subject: Re: [PHP] php.ini & ini_set
Beauford wrote:
> I am working on a website for a friend
Beauford wrote:
I am working on a website for a friend that is being hosted by a third party
(which uses Linux) and I don't have access to the php.ini or any other
system files.
The problem I am having is this. When an email is sent from the website and
the user receives it, it says it is from [
I am working on a website for a friend that is being hosted by a third party
(which uses Linux) and I don't have access to the php.ini or any other
system files.
The problem I am having is this. When an email is sent from the website and
the user receives it, it says it is from [EMAIL PROTECTED] i
10 matches
Mail list logo