Hello,

On 11/04/2002 09:54 AM, Martin Thoma wrote:
Hello!

Our SMTP-Server has changed to authentification. Now we cannot send
mails anymore using mail(). How can I set the password in mail?
Not with mail(). You may want to try this class that comes with a wrapper function named smtp_mail() that emulates the mail() function. It has some variables for setting the autentication credentials:

http://www.phpclasses.org/mimemessage

You also need this:

http://www.phpclasses.org/smtpclass

--

Regards,
Manuel Lemos


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

Reply via email to