Hello,

On 04/15/2004 02:24 PM, Mike Knittel wrote:
My SMTP server requires authentication when sending mail.  How do I send
SMTP authentication information when using the PHP mail() function?

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 completely but lets you configure details like authentication and such. Just edit the smtp_mail.php script.

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