[PHP] Re: mail() and passwords

2004-03-09 Thread Manuel Lemos
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

[PHP] RE: mail() and passwords

2004-03-09 Thread Will
I figured out how to do it. This is what I put in the php.ini file: SMTP = mydomains_smtp_server.com sendmail_from = [EMAIL PROTECTED] This worked great!!! It is sent right to a SMTP which is setup to authenticate all outgoing mails. ~WILL~ -Original Message- From: Manuel Lemos