Re: [PHP] send emails in php not working

2008-10-27 Thread Chris
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' [EMAIL PROTECTED] The above line sends on email on the old server but not the new server. Is sendmail running (ps -e

RE: [PHP] send emails in php not working

2008-10-27 Thread Marc Fromm
e- From: Chris [mailto:[EMAIL PROTECTED] Sent: Monday, October 27, 2008 2:55 PM To: Marc Fromm Cc: php-general@lists.php.net Subject: Re: [PHP] send emails in php not working Marc Fromm wrote: > We recently moved to a new server. Our code that would send out emails is no > longer sending

Re: [PHP] send emails in php not working

2008-10-27 Thread Chris
Marc Fromm wrote: We recently moved to a new server. Our code that would send out emails is no longer sending emails. There are no messages in the httpd logs associated with running the email.php files. The email scripts worked on the old server. Is there a special setting in php.ini for sendi