By volmark on
I’ve got following error trying to send a message to author while moderating his article with Mord8. Of course no mail was sent …
Thanks in advace
Moderated content
* warning: mail(): Bad parameters to mail() function, mail not sent. in /hsphere/local/home/.../.../drupal/includes/common.inc on line 1986.
* There was a problem sending the approval message to User
Comments
I resolved this isue adding
I resolved this isue adding a line in
settings.ini (into the sites/default/settings.php file):
# # #
ini_set('sendmail_from','name@mysite.com');
# # #
See this for more information:
http://drupal.org/node/67202
Rafael Cansinos
Fundación Archivo Rafael Cansinos Assens