Hello,

Alex Shi wrote:
 > Hi,
 >
 > I am using PHP 4.0.4pl1 on RH 7.0. I know PHP uses sendmail as it's
default
 > mailer. However on my system sendmail has never been working well. So
 > I am thinking that if it is possible to configure php to use my ISP's
 > SMTP server instead of using the sendmail. Any one can help me out
 > how to do this?

Yes, if you do not have a SMTP server running in your machine your 
messages may be refused by servers that attempt to verify if the 
messages are not being sent by spammers.

You may want to try this class then.


http://www.phpclasses.org/browse.html/package/14.html

Regards,
Manuel Lemos


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

Reply via email to