MyBB Community Forums

Full Version: Please help ?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
I've installed a mybb and i like it the problem is that users can't register, they register and they get a (when the time is for mail confirmation) function.php line 370 error now the error was that the mail function was called like this mail instead of @mail and i tried to fix it but still it isn't sending emails with confirmation ? Can anyone help or send me your functions.php file tnx in advance !
You need your SMTP server setup properly setup. This isn't a problem with MyBB, so I suggest contacting your host.
Where do i set it up? (or does the host need to set it up?)
whats wrong with the smpt?
I don't know what's wrong? (where do i change settings for smtp?)
Is it here ?

	if($_SERVER['SERVER_NAME'])
	{
		$http_host = $_SERVER['SERVER_NAME'];
	}
	else if($_SERVER['HTTP_HOST'])
	{
		$http_host = $_SERVER['HTTP_HOST'];
	}
	else
	{
		$http_host = "unknown.local";
	}
No.

You need to tell us the exact error message you're receiving.
Fatal error: Call to undefined function mail() in /home/web/docs/domains/lnenad/main/forum/inc/functions.php on line 370

my forum is www.nenadspp.com/main/forum please join and see
Your web host has mail functionality disabled so even with the @ sign in front you cannot use the mail functionality.

This is something they've done and we can't help.

With MyBB 1.4 you'll be able to configure your own SMTP mail server but this is not possible with 1.2.
When will 1.4 be released (by then i will use instant activation (this will work right?))?
Pages: 1 2