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

2010-04-13 Thread Alice Wei
Date: Tue, 13 Apr 2010 16:05:31 +0200 Subject: Re: [PHP-WIN] Send Mail from PHP Using SMTP Authentication From: tyr...@gmail.com To: aj...@alumni.iu.edu CC: php-windows@lists.php.net On Tue, Apr 13, 2010 at 3:54 PM, Alice Wei wrote: Date: Tue, 13 Apr 2010 15:42:29 +0200 Subject: Re

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

2010-04-13 Thread Toby Hart Dyke
On 4/13/2010 2:54 PM, Alice Wei wrote: I tried installing the Pear Mail package, it is now located in php/PEAR/Mail, and my code is located in the htdocs. Here is the code: $host = "smtp.att.yahoo.com"; Although you have other problems (see below) this is unlikely to work. When sending ema

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

2010-04-13 Thread Ferenc Kovacs
On Tue, Apr 13, 2010 at 3:54 PM, Alice Wei wrote: > > -- > Date: Tue, 13 Apr 2010 15:42:29 +0200 > > Subject: Re: [PHP-WIN] Send Mail from PHP Using SMTP Authentication > From: tyr...@gmail.com > To: aj...@alumni.iu.edu > CC: php-windows@list

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

2010-04-13 Thread Alice Wei
Date: Tue, 13 Apr 2010 15:42:29 +0200 Subject: Re: [PHP-WIN] Send Mail from PHP Using SMTP Authentication From: tyr...@gmail.com To: aj...@alumni.iu.edu CC: php-windows@lists.php.net On Tue, Apr 13, 2010 at 2:24 PM, Alice Wei wrote: Date: Mon, 12 Apr 2010 22:13:10 +0200 Subject: Re: [PHP

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

2010-04-13 Thread Ferenc Kovacs
On Tue, Apr 13, 2010 at 2:24 PM, Alice Wei wrote: > > Date: Mon, 12 Apr 2010 22:13:10 +0200 > Subject: Re: [PHP-WIN] Send Mail from PHP Using SMTP Authentication > From: tyr...@gmail.com > To: aj...@alumni.iu.edu > CC: php-windows@lists.php.net > > http://www.php.ne

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

2010-04-13 Thread Alice Wei
Date: Mon, 12 Apr 2010 22:13:10 +0200 Subject: Re: [PHP-WIN] Send Mail from PHP Using SMTP Authentication From: tyr...@gmail.com To: aj...@alumni.iu.edu CC: php-windows@lists.php.net http://www.php.net/manual/en/ini.core.php#ini.include-path Tyrael I tried installing the Pear Mail package, it

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