MyBB Community Forums

Full Version: No E-Mail from Registration
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I use GoDaddy (no comments on the host I just want the answer to the problem) and when someone registers, they don't receive an email notification. How do I fix this?
Try this: [Wiki: Help:Mail] (Broken link, head over to docs.mybb.com instead)
(2009-11-23, 07:33 PM)MattRogowski Wrote: [ -> ]Try this: [Wiki: Help:Mail] (Broken link, head over to docs.mybb.com instead)

Hello,

My server does send email, I did the following which worked:
<?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';
}
?>

I have my setting to administrator approval. My question is, shouldn't I receive an email notification as administrator that a user has registered on the site and is waiting approval from me?

Thanks.
No... that's not a default feature...

http://mods.mybboard.net/view/email-about-new-members