MyBB Community Forums

Full Version: Mail doesn't work!!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
HELP ME!
I use Mybb 1.4 .x
Mail doesn't work.
I read http://wiki.mybboard.net/index.php/Help:Mail and I uploaded
<?php
error_reporting(E_ALL);

$to = '[email protected]';

if(mail($to, 'Testing mail', 'This is a mailing test to see if PHP mail works.'))
{
echo 'Mail was sent by PHP';
}
else
{
echo 'PHP could not send the mail';
}
?>


It works...

But mail doesn't send to user..


My bad English
Run the task.
In ACP-->Tools and maintence-->Task Manager-->Do Mass Mail(click the little clock thing)
And make sure that task is enabled.

Also, well done for reading the wiki, not many people do Smile