> -----Original Message-----
> From: Erik SJMN [mailto:[EMAIL PROTECTED]
> Sent: Friday, February 29, 2008 9:41 PM
> To: php-general@lists.php.net
> Subject: [PHP] PHP on Windows
> 
> I'm completely new to php and I'm trying to setup an online trouble ticket
> system.  After the user logs in and submits the ticket, they're supposed to
> receive an email confirmation with the ticket number.  I have my Exchange
> server setup on another server in the same domain that I'm trying to use to
> send these emails - this server requires SMTP authentication.  So I've
> installed the PEAR Mail package, as it was my understanding that this would
> allow me to do the authentication for the SMTP server - I installed it in
> the C:\PHP5\PEAR directory.  Do I need this mail package for the
> authentication?  In any case, where do I setup the authentication variables
> to send this email?  I tried adding the authentication vars to the
> smtp.phpfile in the  C:\PHP5\PEAR\Mail directory, but still not
> authenticating.  I'm
> completely lost, any help is greatly appreciated.
> 
> ; PHP 5.2.5 installed on Windows Server 2003 with IIS 6
> ; Mail-1.1.14 mail pkg with Net_SMTP-1.2.11 pkg
> 
> --Erik

Did you try this http://email.about.com/od/emailprogrammingtips/qt/et073006.htm
?

Regards,

Rob


Andrés Robinet | Lead Developer | BESTPLACE CORPORATION 
5100 Bayview Drive 206, Royal Lauderdale Landings, Fort Lauderdale, FL 33308 |
TEL 954-607-4207 | FAX 954-337-2695 | 
Email: [EMAIL PROTECTED]  | MSN Chat: [EMAIL PROTECTED]  |  SKYPE: bestplace |
 Web: bestplace.biz  | Web: seo-diy.com

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to