Re: send emails in php not working

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Marc Fromm wrote:
You need a local mail server.
Sendmail  8.13.8-2.el5 is installed on the new server and the old server (sendmail-8.13.8-1.fc5).
echo 'test' | mail -s 'test' example@xxxxxxxxxxx
The above line sends on email on the old server but not the new server.

Is sendmail running (ps -ef | grep sendmail)?

Anything in /var/log/mail.log or where-ever sendmail puts it's logs?

It could also be set to "queue only" and send everything in one bunch instead of as it gets emails. I don't know sendmail to tell you how to check that.

--
Postgresql & php tutorials
http://www.designmagick.com/


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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux