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
On 12 April 2010 14:47, Keith Davis wrote: > Why are you using Live's SMTP servers? Is this hosted on live.com? If it > is not, I am sure they will require authentication, if thy allow for > this at all. If it is hosted there, probably needs to be localhost as > the smtp server. > > Keith Davis (2

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
Why are you using Live's SMTP servers? Is this hosted on live.com? If it is not, I am sure they will require authentication, if thy allow for this at all. If it is hosted there, probably needs to be localhost as the smtp server. Keith Davis (214) 906-5183 -Original Message- From: Alice We

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
To fix your mail server: You need to enable mail relaying on your mail server. HOWEVER, it is VERY VERY important that ONLY the IP address of 127.0.0.1 is allowed to relay mail. If any IP can use the mail relay service, then anyone can use your mail server to send out spam annomously. Once that is