WordPress MU plugin: Sitewide newsletters

Here’s another plugin for WordPress MU, the multi-user version of WordPress. This is really simple. It allows site administrators to send a (plain text) to all users. You can type in the subject and text for the email, and it will try to send it to all user email addresses in the database.

That’s pretty much it.

There are two small additional features with this plugin. Firstly if any emails fail to be sent the failing email addresses will be shown in a list, so you can decide what to do. Secondly there is a “Test” checkbox, which when checked will only send the newsletter to the site admin email address.

If you have a lot of users this plugin may take a long while to run, as it sends a separate email for each user. There is some reasoning behind that: in the future I may write in some special codes that you can use in your emails that will insert the users email address (so they can unsubscribe, for instance), a link to their wp-admin folder, and more user-specific data. That stuff is pretty much impossible to do if you use BCC to send one email to multiple people.

Installation

Put the plugin file into /wp-content/mu-plugins/, it will be automatically activated.

You can download the plugin from my page in the official WordPress plugin repository.

History

0.2 Added from name and from email form fields

0.1: June 9, 2009: Added the plugin to the official WordPress plugin repository

Leave a Reply