Hello,

On 08/27/2003 04:04 PM, ÀLex Camps wrote:
i have windows xp with apache,php and argomail
but i cant send emails from php why?

It seems you need to authenticate with the SMTP server. You can't do that with the mail() function. Try these classes in conjunction. They come with a function named smtp_mail() that you can use as replacement to the mail() function but you can also specify the user and password to authenticat with the SMTP server:


http://www.phpclasses.org/mimemessage

http://www.phpclasses.org/smtpclass

--

Regards,
Manuel Lemos

Free ready to use OOP components written in PHP
http://www.phpclasses.org/

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



Reply via email to