MyBB Community Forums

Full Version: Problems sending mail
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,
I've just succesfully installed MyBB,but not able to start using it on my website because when user submits the registration it gives the following errors:
Warning: mail() [function.mail]: SMTP server response: 551 Relay denied in C:\Inetpub\wwwroot\ManiaComputer\mcForum\inc\functions.php on line 374

Warning: Cannot modify header information - headers already sent by (output started at C:\Inetpub\wwwroot\ManiaComputer\mcForum\inc\functions.php:374) in C:\Inetpub\wwwroot\ManiaComputer\mcForum\inc\functions.php on line 78.
Probably the first is due to SMTP autentication.
Anyone can help to fix this problem?
Cheers
You don't have the "send mail" turned on. Either that or you need to re-upload inc/functions.php. Try re-uploading it Wink
can other methods like PHP mailer, qmail be used? If yes then how?