Hello, On 09/22/2002 10:45 PM, Joseph Szobody wrote:
> I'm trying to send mail on a Windows machine using PHP. I have made > the necessary corrections in the php.ini file for the SMTP server > address, and the sendmail_from, my problem is that my SMTP server > require authentication. How do I tell PHP to provide this? There is no way to do it. You may want to try this class instead as it supports authentication as you need: http://www.phpclasses.org/smtpclass I have also a mail() function replacement based on that class and this other class that does a few other things too, but I haven't fully tested it. If you want to wait, I may upload it soon: http://www.phpclasses.org/mimemessage -- Regards, Manuel Lemos -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php