這個外掛並未在最新的 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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“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