RE: [PHP] php.ini & ini_set

2006-11-01 Thread Richard Lynch
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

Re: [PHP] php.ini & ini_set

2006-11-01 Thread Ed Lazor
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

Re: [PHP] php.ini & ini_set

2006-10-31 Thread M.Sokolewicz
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

Re: [PHP] php.ini & ini_set

2006-10-31 Thread Chris
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]")

RE: [PHP] php.ini & ini_set

2006-10-31 Thread Beauford
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

Re: [PHP] php.ini & ini_set

2006-10-31 Thread Chris
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

RE: [PHP] php.ini & ini_set

2006-10-31 Thread Beauford
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

Re: [PHP] php.ini & ini_set

2006-10-31 Thread Chris
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 [