MyBB Community Forums

Full Version: Registration email and password reset email not sent
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I registered with my new email but I didn't get verification email on my email.
I also tried password reset for my another email but it also not sending password change link to my email.

I tried test.php file as mentioned in other threads and inĀ https://docs.mybb.com/1.8/faq/mail/

It show "Mail was sent by PHP". I get testing mail after 15 minutes. But didn't get new registration email and password reset emails.

There is No any system mail log error.

As mention in faq/mail
there is nothing like code in inc/function.php
mail($to, $subject, $message, $headers);


But below code is shown in inc/function.php
if($db->affected_rows() == 1)
{
my_mail($email['mailto'], $email['subject'], $email['message'], $email['mailfrom'], "", $email['headers'], true);
}
}


Please help.

It is issued from server side.
Sorry for disturbance.