[PHP] How to send mail with authentification?

2002-11-04 Thread Martin Thoma
Hello! Our SMTP-Server has changed to authentification. Now we cannot send mails anymore using mail(). How can I set the password in mail? Martin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] How to send mail with authentification?

2002-11-04 Thread Edward Marczak
On 11/4/02 6:54 AM, Martin Thoma [EMAIL PROTECTED] tapped the keys: Hello! Our SMTP-Server has changed to authentification. Now we cannot send mails anymore using mail(). How can I set the password in mail? The built in mail command cannot handle authentication. There is a class on