RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
> Date: Mon, 12 Apr 2010 09:22:53 -0500 > From: keithda...@pridedallas.com > To: harlequ...@gmx.de; aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: RE: [PHP-WIN] Mail Function Not Working > > Where is your site being hosted? Does the hosting server have SMTP availab

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
; php-windows@lists.php.net Subject: Re: [PHP-WIN] Mail Function Not Working Hi Alice, Alice wrote: > I have an issue here where I see no PHP errors on my mail > function usage, and yet I am not getting the mail in the desired > account. Here is what I have for my PHP code: > > $

Re: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Sascha Meyer
Hi Alice, Alice wrote: > I have an issue here where I see no PHP errors on my mail > function usage, and yet I am not getting the mail in the desired > account. Here is what I have for my PHP code: > > $headers = "From: aj...@alumni.iu.edu" ; > $to = $email; > $subject = > "Comments Regarding

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
> From: rquadl...@googlemail.com > Date: Mon, 12 Apr 2010 14:54:24 +0100 > To: keithda...@pridedallas.com > CC: aj...@alumni.iu.edu; php-windows@lists.php.net > Subject: Re: [PHP-WIN] Mail Function Not Working > > On 12 April 2010 14:47, Keith Davis wrote: > > Wh

Re: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Richard Quadling
. > > Keith Davis (214) 906-5183 > > -Original Message- > From: Alice Wei [mailto:aj...@alumni.iu.edu] > Sent: Monday, April 12, 2010 8:20 AM > To: php-windows@lists.php.net > Subject: [PHP-WIN] Mail Function Not Working > > > > > > > > Hi, >

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
Alice Wei [mailto:aj...@alumni.iu.edu] Sent: Monday, April 12, 2010 8:20 AM To: php-windows@lists.php.net Subject: [PHP-WIN] Mail Function Not Working Hi, I have an issue here where I see no PHP errors on my mail function usage, and yet I am not getting the mail in the desired account. He

[PHP-WIN] Mail Function Not Working

2010-04-12 Thread Alice Wei
Hi, I have an issue here where I see no PHP errors on my mail function usage, and yet I am not getting the mail in the desired account. Here is what I have for my PHP code: $headers = "From: aj...@alumni.iu.edu" ; $to = $email; $subject = "Comments Regarding My Site"; $body = "From: $y

[PHP-WIN] mail function not working

2004-11-07 Thread William Lee
My system: Windows XP Apache SMTP server: MailEnable PHP 5.0.2 Whenever I try to use the mail function, it returns me a value of "false". My php.ini settings are: [mail function] ; For Win32 only. SMTP = localhost smtp_port = 25 Here's the function I'm using: This always returns: bool(false)

RE: [PHP-WIN] mail() function not working

2003-01-06 Thread Rad Craig
s [mailto:[EMAIL PROTECTED]] > Sent: Monday, January 06, 2003 12:22 PM > To: [EMAIL PROTECTED] > Cc: PHP Windows Helplist > Subject: Re: [PHP-WIN] mail() function not working > > > To fix your mail server: > > You need to enable mail relaying on your mail server. HOWEVER, it

Re: [PHP-WIN] mail() function not working

2003-01-06 Thread Stephen Edmonds
the ; from infront of error_log =, otherwise the line won't be processed! Stephen - Original Message - From: "Rad Craig" <[EMAIL PROTECTED]> To: "PHP Windows" <[EMAIL PROTECTED]> Sent: Monday, January 06, 2003 5:38 PM Subject: [PHP-WIN] mail() function no

[PHP-WIN] mail() function not working

2003-01-06 Thread Rad Craig
I have a new PHP install on Win2k. Everything has worked except the mail() function. Nothing shows up in my event log. I have a mail server installed on the same machine. I have the SMTP=localhost set in my php.ini file. The mail server works fine, has been for many months. I have logging tur