MyBB Community Forums

Full Version: Mail =\
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
when member register "by email" - its dont send email.

Not for walla , not for gmail , for anything.

so i just disable it , but the problems come also when "retrive password" , you just dont get the email.

how can i fix it?
See this first: [Wiki: Help:Mail] (Broken link, head over to docs.mybb.com instead)
I did the "test email" , its says its complete successfuly + i got the mail , but on register activation \ retrive password etc.. its dont work!
henz12345 Wrote:I did the "test email" , its says its complete successfuly + i got the mail , but on register activation \ retrive password etc.. its dont work!

Do you get error messages at all when sending emails or pms from your forum?
Have you tried to insert this code, as recommended in the wiki, in your inc/functions.php:
Quote:include above: ini_set("sendmail_from", " [email protected] ");

If you don't get error messages and you have tried the above code, you should contact your webhost support about this issue. In such cases it is almost always a server related problem.

Regards