Re: [PHP] Help Needed with PhpMailer

2002-11-06 Thread Evan Nemerson
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Are you sure your SMTP requires authentication? If so, have you checked the username and password you supplied? On Wednesday 06 November 2002 11:19 am, Pushpinder Sngh Garcha wrote: > Hi , > > I am using PhpMailer in my mail application. > I keep ge

[PHP] Help Needed with PhpMailer

2002-11-06 Thread Pushpinder Sngh Garcha
Hi , I am using PhpMailer in my mail application. I keep getting this error when I run the application "Message was not sent Mailer Error: SMTP Error: Could not authenticate" Here is the code that I am using : require("class.phpmailer.php"); //require("class.smtp.php"); $mail = new phpmailer

Re: [PHP] help needed with phpmailer

2002-10-31 Thread Jonathan Sharp
SEE: http://phpmailer.sourceforge.net/extending.html (click Home Page then examples) -js Pushpinder Singh Garcha wrote: > Hi All > > I am new in the php development world. I have made a simple mail > application using the phph mail() function. > I needed to use an attachment facility ith the m

[PHP] help needed with phpmailer

2002-10-31 Thread Pushpinder Singh Garcha
Hi All I am new in the php development world. I have made a simple mail application using the phph mail() function. I needed to use an attachment facility ith the mailing program...so I have tried to use this solution called phpmailer() from http://sourceforge.net/projects/phpmailer I am not ab