One of my users reported that they weren't receiving webform submissions (using Drupal). When the form was submitted they got this error:
warning: mail() [function.mail]: Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /home/p*****l/public_html/includes/mail.inc on line 193.
Unable to send e-mail. Please contact the site administrator if the problem persists.
I've tested a few other accounts that are using various PHP CMSs (Wordpress, Joomla, etc) and the result is the same:
Joomla: Wordpress:"Could not instantiate mail function."
When I SSH in to the user accounts (as the user, not root) and run sendmail from the commandline, it works ok and mail gets sent
php.ini has the defaults for mail setup:
sendmail_path = "/usr/sbin/sendmail -t -i"
There seems to be a problem with sendmail working with PHP and it is serverwide, not confined to a single user / platform.
Any ideas?
warning: mail() [function.mail]: Could not execute mail delivery program '/usr/sbin/sendmail -t -i' in /home/p*****l/public_html/includes/mail.inc on line 193.
Unable to send e-mail. Please contact the site administrator if the problem persists.
I've tested a few other accounts that are using various PHP CMSs (Wordpress, Joomla, etc) and the result is the same:
Joomla: Wordpress:"Could not instantiate mail function."
When I SSH in to the user accounts (as the user, not root) and run sendmail from the commandline, it works ok and mail gets sent
php.ini has the defaults for mail setup:
sendmail_path = "/usr/sbin/sendmail -t -i"
There seems to be a problem with sendmail working with PHP and it is serverwide, not confined to a single user / platform.
Any ideas?