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 [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, March 09, 2004 7:29 PM
To: Will
Cc: [EMAIL PROTECTED]
Subject: Re: mail() and passwords

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