Этот плагин не тестировался с последними 3 основными выпусками WordPress. Скорее всего, он уже не поддерживается и может быть несовместим с текущими версиями WordPress.

Sitewide Newsletters

Описание

This plugin for WordPress MU 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.

Скриншоты

  • The newsletter form

Установка

The plugin should be placed in your /wp-content/mu-plugins/ directory (not /wp-content/plugins/) and requires no activation.

Часто задаваемые вопросы

Why did you write this plugin?

To scratch my own itch when developing BeatsBase.com and Wibsite.com. Hopefully this plugin helps other developers too.

Отзывы

Нет отзывов об этом плагине.

Участники и разработчики

«Sitewide Newsletters» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

Перевести «Sitewide Newsletters» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

0.5 Added support for sending emails to users with just one role
0.4 Updated menu position, and added Network capability
0.3.2 Compatibility with WP 3.0, several small bugfixes
0.3.1 Updated plugin URI
0.3 Added support link and donate button
0.2 Added from name and from email form fields
0.1 Initial version