Forums | Mahara Community
Support
/
New registrations fail
03 October 2009, 16:14
I am having another problem...
I have gone through all past posts about registration failing and tried adding a line $cfg->noreplyaddress = '[email protected]'; to the config.php file and still no luck. Can someone please advise what else could be causing this problem. All I get on new registration is "
04 October 2009, 18:03
Hi - somehow, your server is unable to send email via the mail() function. This can be for many reasons, of which almost none of them are Mahara's fault. Normally, to find out which one it is, you need to look at the email program's logs to see why it rejected the mail.
Sometimes, this reason is that the noreply address isn't a real e-mail address. Which is really annoying, because that's normally one that nobody cares about. So you might have some luck if you make sure that the address you put in for noreplyaddress is a real one.
If that isn't working, and you don't have any way to view the logs for the email program, then you might need to send your e-mail via SMTP. Your host might even want you to do it that way, and may have published instructions for you (you should definitely check your host's support stuff to see what they say). If they say you need to send via SMTP, then you should look in lib/config-defaults.php, copy out the relevant lines into your config.php, and edit them to suit the settings you require.
04 October 2009, 19:18
Well I tried adding to the config file and no luck. I will see if I can find some mail logs somewhere. I don't know what else to do that I have not already tried??04 October 2009, 20:48
If all else fails, check your hosting provider's documentation about e-mail - they may have some hints for you. Or, you can contact them directly to ask.