Topic-icon Disable all emails for registration

Active Subscriptions:

None
13 years 5 months ago #29608 by marpin1
Hallo, i want to disable all registration emeils, both for the registering user and for the site admin. I tried several different configurations for joomla core and JFBC, but I always receive user and admin emails. Here you can find screenshots of my present config and emails.
How can I disable all emails?
Thanks
The topic has been locked.
Support Specialist
13 years 5 months ago #29612 by alzander
In the /components/com_jfbconnect/controllers/loginregister.php file, do a search for the following line:
$this->sendNewUserEmails($jUser);
Update that as below by adding 2 forward slashes in front, which will comment it out (prevent it from executing):
//        $this->sendNewUserEmails($jUser);

In a future release, we're planning to add an option to disable the new user emails as well as respect the "Notification Email To Administrators" setting in Joomla itself.

Hope that helps, but if you have any other questions, just let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
13 years 5 months ago #29624 by marpin1
Works fine! Thanks.
The topic has been locked.
Support Specialist
13 years 5 months ago #29630 by alzander
Glad to hear that got you going. If you need anything else, just let us know.

Finally, if you haven't already, please consider leaving a rating and review for JFBConnect, or our support, on the Joomla Extension Directory. It's certainly not required, but very appreciated:
extensions.joomla.org/extensions/social-...ook-integration/7215

Thanks,
Alex
The topic has been locked.