Viewing 9 replies - 1 through 9 (of 9 total)
  • Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @shemakeswebsites,

    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

    Thread Starter shemakeswebsites

    (@shemakeswebsites)

    That’s too bad. This is a common need for many websites. I’ve seen this question posted several times. Thanks.

    Plugin Support Mirza Hamza

    (@hamza1010)

    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

    Thread Starter shemakeswebsites

    (@shemakeswebsites)

    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.

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @shemakeswebsites,

    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.

    Thread Starter shemakeswebsites

    (@shemakeswebsites)

    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?

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @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

    Thread Starter shemakeswebsites

    (@shemakeswebsites)

    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?

    Plugin Support Mirza Hamza

    (@hamza1010)

    Hi @shemakeswebsites,

    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

Viewing 9 replies - 1 through 9 (of 9 total)
  • The topic ‘Admin Emails’ is closed to new replies.