FUDforum
Fast Uncompromising Discussions. FUDforum will get your users talking.

Home » FUDforum » FUDforum Installation Issues » Registration with URL messages not going out
Show: Today's Messages :: Polls :: Message Navigator
Return to the default flat view Create a new topic Submit Reply
Re: No Registration emails with URLs going out [message #163313 is a reply to message #163311] Sat, 16 October 2010 16:38 Go to previous messageGo to previous message
naudefj is currently offline  naudefj   South Africa
Messages: 3771
Registered: December 2004
Karma:
Senior Member
Administrator
Core Developer
Noting wrong with your forum settings.
My guess is PHP (on your system) cannot send mail or the mail is somehow blocked by a spam filter.

Create a test script like this to test:
<?php
   $ok = mail('UUU(at)xxxx(dot)com', "My Subject", "Line 1\nLine 2\nLine 3");
   echo $ok?"<h1> Mail sent</h1>":"<h1> Mail was NOT send. Check your setup!</h1>";
?>

[Message index]
 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: Upgrade Problem: Fatal error: Allowed memory size of...
Next Topic: Upgrade problem after upgrade
Goto Forum:
  

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ]

Current Time: Sun Oct 20 19:21:37 GMT 2024

Total time taken to generate the page: 0.03841 seconds