Forums / Setup & design / disable registration notification
James Ward
Wednesday 12 May 2004 9:08:32 am
I receive an email everytime a new user registers at my site. As the site has gotten more popular I've decided this information is not really worth it.
Does anyone know how I can control this? It was so long ago that I turned it on, I have forgotten how to turn it off.
Thanks in advance.
working at www.wardnet.com blogging at www.jamesward.ca
Paul Borgermans
Wednesday 12 May 2004 9:13:47 am
in site.ini.append,
[UserSettings]RegistrationEmail=
I think
-paul
eZ Publish, eZ Find, Solr expert consulting and training http://twitter.com/paulborgermans
Wednesday 12 May 2004 11:21:08 am
I have [UserSettings]RegistrationEmail=
In my site.ini.append. What are the possible settings? Do I just remove those 2 lines to turn it off or do I set it =disabled?
Thanks again.
Mark Marsiglio
Wednesday 12 May 2004 12:04:49 pm
The site.ini.append is overriden by the site.ini.append.php in the settings/override folder. Check to make sure that it is set correctly there as well.
http://www.thinkcreative.com Turning Ideas Into Strategic Solutions
Wednesday 12 May 2004 12:35:44 pm
OK. Per my earlier question what is "set correctly" do I need to set it =disabled or do I give it a dummy value like noone@nowhere.com so that the email always fails? I'd rather not have my server sending garbage emails everytime someone signs up on my website.
Thanks.
Wednesday 12 May 2004 12:47:15 pm
Setting it =disabled did the trick. No more annoying emails. Thanks for all the responses.