Hello,

On 09/26/2002 08:28 PM, Adam Staggenborg wrote:
> Any one know how to submit smtp authentication when using the mail command
> in php??

There is no way to configure SMTP authentication for the mail() function.

You may want to try this other class that handles that for you:

http://www.phpclasses.org/smtpclass

or this that wraps around that class to make it nicer to use and compose 
more complex messages like messages with attachments, HTML messages with 
embedded images, HTML and text versions in the same message.

http://www.phpclasses.org/mimemessage


-- 

Regards,
Manuel Lemos


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

Reply via email to