Hello,

On 03/09/2004 05:37 AM, Will wrote:
How do I modify the following to except a password for the SMTP server?????

The mail function does not support authentication.


You may want to try this class that comes with a wrapper function named smtp_mail(). It emulates the mail() function except that it lets you configure details like the authentication credentials.

http://www.phpclasses.org/mimemessage

You also need this:

http://www.phpclasses.org/smtpclass


--


Regards,
Manuel Lemos

PHP Classes - Free ready to use OOP components written in PHP
http://www.phpclasses.org/

PHP Reviews - Reviews of PHP books and other products
http://www.phpclasses.org/reviews/

Metastorage - Data object relational mapping layer generator
http://www.meta-language.net/metastorage.html

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



Reply via email to