Hello,
A group of us have set up a new MyBB 1.8.12 forum here: http://psiencequest.net/forums/
During testing, we found that activation emails weren't being sent. I tried to debug this, and despite my best efforts, the only way I could get these emails to send was by commenting out the "headers" and "additional parameters" arguments to the mail() function in inc/mailhandlers/php.php:
Has anybody else had this problem? Does anyone know how to solve it? I mean, emails are now functional, but I worry about the unintended consequences of not having these headers set.
Additional info: my web hosting provider is Hostgator. I am on a shared server.
Any and all help gratefully accepted.
Laird
Sorry, I've realised I wasn't clear:
There was never any error with sending the emails. The only problem is that they were never received.
A group of us have set up a new MyBB 1.8.12 forum here: http://psiencequest.net/forums/
During testing, we found that activation emails weren't being sent. I tried to debug this, and despite my best efforts, the only way I could get these emails to send was by commenting out the "headers" and "additional parameters" arguments to the mail() function in inc/mailhandlers/php.php:
$sent = mail($this->to, $this->subject, $this->message/*, trim($this->headers), $this->additional_parameters*/);
Has anybody else had this problem? Does anyone know how to solve it? I mean, emails are now functional, but I worry about the unintended consequences of not having these headers set.
Additional info: my web hosting provider is Hostgator. I am on a shared server.
Any and all help gratefully accepted.
Laird
Sorry, I've realised I wasn't clear:
There was never any error with sending the emails. The only problem is that they were never received.