Admin Emails
-
Hello, our site has more than one admin account. How does the plugin determine who gets the new user email?
-
Thanks for contacting us,
I hope you are doing well, At the moment it is not possible with our FREE Version. It is possible in the premium version of our plugin.
Thanks & Regards
WP Experts Support Team
That’s too bad. This is a common need for many websites. I’ve seen this question posted several times. Thanks.
Sorry, but it is possible with our premium version.
In New User Approve premium we have separate settings for this. Please have a look at the screenshot.
Here is the screenshot.
Thank you
A follow up question to this. If the email can only be sent to ONE admin account, how do we tell the system which admin account to email to? How does it decide? Current site has 2 admin accounts.
In the premium version of new user approve you can select multiples of admin users to whom you want to send admin email, if there you choose one admin then that email will goes to that one admin.
I understand that in the premium version you can select multiple admin users. But that’s not what I am asking.
If the plugin allows emails to ONE admin user. How do we tell the plugin which admin user to send the notification to? How does the plugin determine which user gets the notification?
-
This reply was modified 2 years, 9 months ago by
shemakeswebsites.
The new user approve plugin gets the admin email from the website settings, if you want to change it then please look at the screencast video.
Here is the screenshot.
Also, here is the video.
Thank you
Okay, so if I have 2 admins on the account there is no way to send the emails to admin user #2 instead of admin user #1 besides changing the wordpress admin email in the settings?
Please use this code snippet to change the admin email on which the admin receives a new user-approved user’s email.
Note: Please paste it into your functions.php file of currently active theme.
Here is the code:
add_filter( 'new_user_approve_email_admins',function(){ return array('[email protected]'); } );Please check it and let me know if you still have any issues.
Thank you
-
This reply was modified 2 years, 9 months ago by
The topic ‘Admin Emails’ is closed to new replies.