MyBB Community Forums

Full Version: no emails being received.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My users and newly users won't receive emails. They won't receive emails if they created an new account they won't receive emails if they want to change their password. I've looked in system mail log and this is what i get.


MyBB was unable to send the email using the PHP mail() function.

It worked before, but suddenly out of nowhere it ins't working anymore.


Whats wrong and how to fix it?
if php mail worked earlier and not working now then you have to contact your web host for fixing it
(2015-06-28, 04:44 PM).m. Wrote: [ -> ]if php mail worked earlier and not working now then you have to contact your web host for fixing it

Ok i contacted my host, and they said that i need to change from emaill address to example [email protected] in the mail script.
You can add here: https://github.com/mybb/mybb/blob/featur...r.php#L135 this code:
$from = '[email protected]';
And change admin and return Emails in ACP -> Configuration -> Site Details