[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
phpclasses, though, that can.  I forget which one it is, but you can start
your search here:

http://phpclasses.php-start.de/browse.html/class/2.html

Looks like you have a little re-coding ahead of you.
-- 
Ed Marczak
[EMAIL PROTECTED]


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