Does anyone know how to stop the new user confirmation email that is sent to the administrator?
I don't want to stop any other email, ie new orders etc. Just the new user.
I set the 'Notification Mail to Administrators' to no within the user configeration but no joy.
Can anyone help
Many Thanks
Doesn't it come from Joomla com_user?
It's send using the following file.
\components\com_users\models\registration.php --> line: 467 -- 477
comment those and you should be fine i guess... just make sure you test it and your site doesn't go down.
Thanks for the replies.
I'll give the above method a go.
Many thanks :)