phpBB Type: phpBB / IMPortal
MODs: Yes
Your knowledge: Advanced Knowledge
Board URL: http://www.gamerzextreme.ws/forums/
PHP Version:
MySQL Version:
What was done before the problem appeared?
What was done to try to solve the problem?
De.scription and Message
A user on my forum forgot their password, and cback didn't show the cpatcha. So it ended up, I had to recreate the account, and the user still can't login!
I tried logging in myself, and got the error:
- Code: Select all
Failed sending email ]
So, I found emailer.php, went to line 234, and retrieved this:
[code] // Did it work? if (!$result) { message_die(GENERAL_ERROR, 'Failed sending email :: ' . (($this->use_smtp) ? 'SMTP' : 'PHP') . ' :: ' . $result, '', __LINE__, __FILE__);
And I have no clue as to what it means.
Help much appreciated.