Email issues
-
Hello, we are using the plugin to only allow registrations with an invitation code. The users register by inputting their email address, password and the invitation code. The account is then automatically approved and the user can then login with their email and password combination.
The problem is that the plugin is automatically sending the new user welcome email, which directs them to the /wp-login.php and also invites them to set or reset their password. Given the previous explanation, you can see why this would be confusing. I found a snippet in the support forum that is suppose to STOP the welcome emails, but it is not. In addition, even if I am using the invitation code setup, an admin email is still sent to the admin email that askes them to approve/deny the new registration. Since the invitation code allows instant approval, this email shouldn’t be sent either.
Please advise, thank you.
Code snippet to STOP welcome emails that does not work:
add_filter('nua_disable_welcome_email',function(){return true;});
- The topic ‘Email issues’ is closed to new replies.