MyBB Community Forums

Full Version: Problems with sending mail from Mybb
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello I have a bog problem....

If I want to send a mail or the Mybb system need to send a activationmail to a user this never happens. The Forum will not send anny mails.

I have search and found some things but nothing works..

I have already checkt and run this script on the server and all works I get the message 'Mail was sent by PHP'.
here the script for checking if its works on the servers:


<?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'; 
       } 
    ?>



So whats the problem, how can I fix the problem so mailing works for my forum??

Thanks helping!!
CoD-Saboteur

nobody with al sollution???
Problem solved!