MyBB Community Forums

Full Version: Mail issues
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

I have an issue where new registrers do not receive any confirmation mail.

I use PHP Mail, my email is set to : contact@my-domain.fr 
Log everything, No additional parameters

Registration method : Send email verification

The mailtest.php is working fine I receive the test mail.

I see the new user but I must activate him manually, I've tried 3  different email on different IP with different users name.

But I have now idea why it is not working for new users.

I checked a lot of threads tested everything but it doesn't work...

MyBB version : 1.8.33
PHP Version : 8.0.28

Thank you for helping !
Did you check if your forum IP was listed on any rbl ?
(2023-03-20, 12:03 PM)Crazycat Wrote: [ -> ]Did you check if your forum IP was listed on any rbl ?

yes, it seems like there is no issue
No, I'm speaking of RBL as dronebl or spam-rbl.fr which list IP which are potentialy spam ip (or others issues).
Some mailhosters use these databases to reject mails.
You should probably use SMTP even if the PHP mail test does work as SMTP services will have more reliable deliverability.
(2023-03-20, 05:52 PM)Matt Wrote: [ -> ]You should probably use SMTP even if the PHP mail test does work as SMTP services will have more reliable deliverability.

Thank you for the tip, it is working fine now !