Re: [PHP-WIN] Send Mail from PHP Using SMTP Authentication

2010-04-12 Thread Niel Archer
> > Hi, > > Just as I am exploring some of my alternatives for using the mail() in PHP, > I came across a web page that one of the users on the list has provided me: > http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm. > Does anyone know what the Mail.php i

Re: [PHP-WIN] Send Mail from PHP Using SMTP Authentication

2010-04-12 Thread Ferenc Kovacs
http://www.php.net/manual/en/ini.core.php#ini.include-path Tyrael On Mon, Apr 12, 2010 at 10:06 PM, Alice Wei wrote: > > Hi, > > Just as I am exploring some of my alternatives for using the mail() in > PHP, I came across a web page that one of the users on the list has provided > me: > http://

[PHP-WIN] Send Mail from PHP Using SMTP Authentication

2010-04-12 Thread Alice Wei
Hi, Just as I am exploring some of my alternatives for using the mail() in PHP, I came across a web page that one of the users on the list has provided me: http://email.about.com/od/emailprogrammingtips/qt/PHP_Email_SMTP_Authentication.htm. Does anyone know what the Mail.php is referring to

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 available? > That is the e

RE: [PHP-WIN] Mail Function Not Working

2010-04-12 Thread Keith Davis
Where is your site being hosted? Does the hosting server have SMTP available? That is the easiest method and what I use for 99% of my sites. Keith Davis (214) 906-5183 -Original Message- From: Sascha Meyer [mailto:harlequ...@gmx.de] Sent: Monday, April 12, 2010 9:19 AM To: Alice Wei; p

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: > > Why are you using Live's SMTP serve

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

[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