[PHP] Re: mail function question

2002-07-07 Thread Manuel Lemos

Hello,

On 07/07/2002 07:49 PM, Kirk Babb wrote:
 I'm using argosoft's mailserver with SMTP authentication, and would like to
 know how to pass the usr  pwd inside php's mail() function.  Please help me
 out here, I've RT*M without gaining an understanding of this.

No, mail() function does not have any support for authentication.

You may want to try to use this SMTP client message sending class that 
supports most common forms of SMTP authentication automatically.

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




[PHP] Re: mail function question

2002-07-07 Thread Kirk Babb

Thanks - I'm heading there now.  I appreciate the help.

-Kirk


Manuel Lemos [EMAIL PROTECTED] wrote in message
[EMAIL PROTECTED]">news:[EMAIL PROTECTED]...
 Hello,

 On 07/07/2002 07:49 PM, Kirk Babb wrote:
  I'm using argosoft's mailserver with SMTP authentication, and would like
to
  know how to pass the usr  pwd inside php's mail() function.  Please
help me
  out here, I've RT*M without gaining an understanding of this.

 No, mail() function does not have any support for authentication.

 You may want to try to use this SMTP client message sending class that
 supports most common forms of SMTP authentication automatically.

 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