Disable Wordpress New User Email Notification

When a new user creates an account on a Wordpress.org blog, the administrator is sent a notification email. Websites that have a large number of signups each day can generate a lot of emails announcing each new user.

I wrote a simple Wordpress plugin to disable the new user notification email. Visit this plugin’s page in the official WP Plugins Directory.

Installation instructions

  1. Download disable-wp-new-user-notification.zip
  2. Decompress the file contents
  3. Upload the disable-wp-new-user-notification folder to a Wordpress plugins directory (/wp-content/plugins)
  4. Activate the plugin from the Administration Dashboard

6 Comments so far

  1. Oudin on March 24th, 2010

    What about also also putting in the option to send the mail to another email address instead of the admin address.

    Think that would be a nice feature

  2. Corey on March 25th, 2010

    That’s a good idea. I would have to create a separate plugin because this one has a specific name already. My situation was just annoying–I don’t want the emails at all and I was getting 3 or 4 each day. I will give it some thought.

  3. Oudin on March 28th, 2010

    k cool when you do please let me know. it’s not that I don’t like getting the emails. If they could be sent to an other email other than my personal email where they could be achieved that would be good. Thanks for taking the idea into consideration.

  4. Curtis on July 7th, 2010

    I was curious if I can setup new users with this plugin without having WordPress automatically email each new user with their username and password? (I’d prefer to do this outside WordPress after testing.)

  5. Corey on July 7th, 2010

    Curtis:

    That’s not what this plugin does. Are you capable of modifying the plugin, or is code not your thing? You could comment out line 37 or delete lines 14 through 37 to accomplish what you want in a quick and dirty sort of way.

  6. Curtis on July 7th, 2010

    Corey:
    Thanks for the tip, PHP is normally not my thing, from an advanced point of view anyway, but I noticed the 2nd piece I was looking for in your plugin’s code and commented the piece you referenced. It worked great — thanks again!

Leave a reply

 

Thanks for reading!

You like? Subscribe to my rss feed
or

Sign up for email updates:

Some Recent Updates