[WordPress] 外掛分享: Post Notification by Email

首頁外掛目錄 › Post Notification by Email
WordPress 外掛 Post Notification by Email 的封面圖片
2,000+
安裝啟用
★★★★
4.8/5 分(24 則評價)
2463 天前
最後更新
問題解決
WordPress 3.0+ v4.1.3 上架:2013-07-17

內容簡介

這個版本特別感謝caramelopardalis

此外掛會透過電子郵件告知已註冊的使用者新的文章、頁面、文章類型和留言發佈狀態。

此項通知使用 PHP 電子郵件,請確認您的主機送出限制和註冊使用者量。

通常每小時能夠接受 200 封郵件。

若您的主機伺服器不允許發送郵件,請使用像是 SMTP https://wordpress.org/plugins/my-smtp-wp/ 這樣的外掛,或閱讀我們的 FAQ。

注意:

在使用前請閱讀FAQ

需要幫忙嗎?請參考支援頁面

現在支援以下 11 種語言:

英文
葡萄牙文
法文
波蘭文
德文
西班牙文
荷蘭文
中文
義大利文
捷克文
日文

想要協助嗎?

對於開發方面,請至 https://github.com/valeriosouza/post-notification 貢獻您的力量。

對於新功能的建議,請至 https://github.com/valeriosouza/post-notification/issues/new

希望瞭解此外掛的最新消息?請關注 Twitter @valeriosza

貢獻

請至 https://github.com/valeriosouza/post-notification

開發人員專用
自訂電子郵件引擎/功能

若您不想使用wp_mail()來發送郵件,您可以使用以下方式:

add_filter( 'notify_users_email_use_wp_mail', '__return_false' );

function custom_email_engine( $emails, $subject, $message ) {
// 自訂動作在這裡!
}

add_action( 'notify_users_email_custom_mail_engine', 'custom_email_engine', 10, 3 );<h3>授權</h3>

此「透過電子郵件通知文章」外掛是自由軟體,您可以在自由軟體基金會所發表的 GNU 通用公眾授權條款第三版或更晚版本的條款下重新發佈或修改它。

此「透過電子郵件通知文章」外掛是希望能夠有所幫助,但是不提供明示或暗示的保證。請參見 GNU 通用公眾授權條款以獲取更多詳情。

您應該已經收到了 GNU 通用公眾授權條款的副本,如果沒有收到,請查閱 http://www.gnu.org/licenses/。

外掛標籤

開發者團隊

⬇ 下載最新版 (v4.1.3) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Post Notification by Email」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

This version especial thanks for caramelopardalis
This plugin notifies registered users via email of new posts, pages, post types and comments published.
The notification uses the E-mail PHP, check with your hosting your sending limit and the amount of registered users.
Are usually accepted 200 emails per hour.
If your hosting server does not allow sending emails, use a plugin like SMTP https://wordpress.org/plugins/my-smtp-wp/ or read our FAQ
Heads up:
Read the FAQ before use.
Want to help? Use the support
Now we are in:
11 languages:

English
Portuguese
French
Polish
German
Spanish
Dutch
Chinese
Italian
Czech
Japanese

Want to help?
Known to develop, help in https://github.com/valeriosouza/post-notification
Have suggestions for new features? https://github.com/valeriosouza/post-notification/issues/new
Want to keep up with the latest news from this plugin? Follow Twitter @valeriosza
Contribute
Use https://github.com/valeriosouza/post-notification
For Developers
Custom email engine/function
If you don’t want to send emails by wp_mail() you can do the following way:
add_filter( 'notify_users_email_use_wp_mail', '__return_false' );

function custom_email_engine( $emails, $subject, $message ) {
// custom actions here!
}

add_action( 'notify_users_email_custom_mail_engine', 'custom_email_engine', 10, 3 );

License

Post Notification by Email is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
Post Notification by Email is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with Post Notification by Email. If not, see http://www.gnu.org/licenses/.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon