前言介紹
- 這款 WordPress 外掛「SAR Friendly SMTP」是 2015-01-18 上架。
- 目前有 2000 個安裝啟用數。
- 上一次更新是 2024-05-02,距離現在已有 366 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 4.9 以上版本才可以安裝。
- 外掛要求網站主機運作至少需要 PHP 版本 7.0 以上。
- 有 46 人給過評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
smtp | email | sendmail | phpmailer | Notifications |
內容簡介
WordPress 有很多 SMTP 外掛可供選擇,其中一些使用了第三方庫但運作不佳,另一些看起來幾乎相同但卻有不同的名稱……
其中大部分都會經常性地覆寫寄件者信箱和姓名項目,使其他使用 wp_mail() 函式寄信的外掛失去功能。
所以歷史重演,我找不到一個符合我的需求的簡單外掛,所以我為自己創建了一個,在這裡和你分享,希望你會覺得有用。
如果你對這個外掛感到滿意,請不要忘記給它一個好評分,這將激勵我繼續分享和改進這個外掛(和其他外掛)。
重要提示:支援請求必須使用Github 存儲庫中的 Issues 標籤創建
功能
KISS 原則。
不使用第三方庫進行 SMTP 聯繫,使用 WordPress 核心。
尊重其他外掛修改的項目(例如 Gravity Forms)。
啟用偵錯模式選項(在 PHP 的 error_log 文件中記錄 WordPress 和 SMTP 伺服器之間的通訊,詳情請參閱常見問題解答)。
使用 WordPress 設定 API 進行設定頁面,使安全性默認處於安全狀態。
為設定存取設立自定義權限,因此您可以使用User Role Editor(或任何其他類似的外掛)允許非管理員使用者存取設定頁面。
發送電子郵件測試頁面。讓您測試 WordPress 是否能夠使用所提供的 SMTP 伺服器詳細資料發送電子郵件。
可使用 wp-config.php 中的常數覆蓋設置(對於多站點安裝中設置相同設置的需求很有用)。
需求
PHP 7.0 或更高版本。
WordPress 4.9 或更高版本。
SMTP 伺服器 🙂
它可能適用於較舊版本的 PHP 和 WordPress(事實上,在撰寫這篇文章時的版本是可以),但我不提供比上述的版本更舊的任何支援。
使用方法
只需像安裝其他外掛一樣在 WordPress 中安裝、啟用,並使用您的 SMTP 伺服器詳細資料填寫設置。如果您不確定每個項目應該填寫什麼,請向您的 SMTP 伺服器支援人員詢問。
開發者
如果您想要貢獻開發此外掛來修復錯誤或提出改進意見,歡迎隨時提交一個拉取請求到此存儲庫。
原文外掛簡介
There are A LOT of SMTP plugins for WordPress, some uses third-party libraries with no too much luck, others looks like the same plugin (almost identical source code) but with different name…
Most of them overwrites from address and from name fields ALWAYS, breaking functionality of some other plugins that send emails using wp_mail() function.
So the history repeats again, I can’t find one simple plugin that fits my needs, so I created one for myself and share it with you in the hope that you’ll find it useful.
If you’re happy with the plugin please don’t forget to give it a good rating, it will motivate me to keep sharing and improving this plugin (and others).
IMPORTANT: Support requests must be created using the Issues tab at the Github repository
Features
KISS principle.
No third-party libraries for SMTP, uses WordPress core.
Respect fields modified by other plugins (e.g. Gravity Forms).
Option to enable debug mode (logs communication between WordPress and your SMTP server in PHP’s error_log file, check FAQ for more details).
Uses WordPress settings API for settings page, making it secure by default.
Custom capability for settings access, so you can allow non administrator users to access to the settings page if you need it using User Role Editor (or any other similar plugin).
Send Email Test page. Allowing you to test if WordPress is able to send emails using the SMTP server details provided.
Constants available to override settings using wp-config.php (useful to set same settings network-wide on a multi-site installation).
Requirements
PHP 7.0 or higher.
WordPress 4.9 or higher.
SMTP server 🙂
It may work with older versions of PHP and WordPress (and it does in fact at the time of writing this), but I don’t support anything older than the versions mentioned above.
Usage
Just install in your WordPress like any other plugin, activate it and fill settings using your SMTP server details. If you’re not sure about what you need to put in each field, ask to your SMTP server support.
Developers
If you want to contribute to the development of this plugin fixing a bug or suggesting any improvement, feel free to submit a pull request to this repo.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「SAR Friendly SMTP」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 1.2 | 1.0.1 | 1.0.6 | 1.1.3 | 1.2.3 | 1.2.5 | 1.2.6 | trunk |
延伸相關外掛(你可能也想知道)
Configure SMTP 》在 WordPress 中配置 SMTP 郵件功能,包括支持通過 SSL/TLS(例如 GMail)發送電子郵件。, 此外掛是 wpPHPMailer 插件的更名、重寫和更新版本。, 使用此插件...。
Email posts to subscribers 》此外掛旨在進行一次性設定並將最新發表的文章通過電子報發給訂閱者。使用者可以輕鬆地設定每日或每週定期發送電子報。此外掛內建有 10 個預設模板,管理者也...。
WordPress Email Newsletter 》此外掛專為電子報訂閱用戶所創建。, 這個電子報小工具可在管理面板的小工具區域中添加。, 您可以查看訂閱者清單並進行編輯。您也可以在管理面板中手動管理電...。
Wp Hard Mailer 》建立兩個文字區域,一用於建立表格模板,另一用於郵件模板。, 第一個文字區域可以放置在任何頁面/文章/側邊欄中。這種方法的好處是您可以完全控制您的表格。 ...。
SendCloud 》SendCloud 外掛的主要特點包括:, , 發布提醒:訂閱者將會在您發布新文章時收到電子郵件通知。, 評論提醒:當有新的評論時,相關用戶將會收到電子郵件通知。,...。