外掛說明
WP SMTP 內建電子郵件記錄功能,並能協助網站管理員以 SMTP 方式取代 PHP mail() 函式傳送電子郵件。
這個外掛能在網站傳送電子郵件時,透過使用合適的 SMTP 服務提供者重新對 WordPress 進行組態,藉以修正網站傳送電子郵件的問題;同時還能保留電子郵件記錄,讓網站管理員能在網站寄件發生錯誤時,得知寄件失敗及其原因。
需要有更多進階功能的 SMTP 郵件程式?
- 內建 WP SMTP 設定的匯入程式。
- 適用於各家 SMTP 服務的 SMTP 通用設定。
- 當 SMTP 通訊埠遭到封鎖時,外掛也支援電子郵件服務提供的 API,這種方式可透過 HTTP 通訊協定傳送 Gmail、Sendgrid、Mailgun 及 Mandrill 提供的電子郵件服務。
- 驗證資訊可設定於
wp-config.php
中,而不需儲存於網站資料庫。 - 內建含有重寄及篩選功能的郵件記錄程式。
- 內建郵件傳送失敗的通知功能,網站管理員可透過電子郵件、Slack 及 Pushover 接收通知。
- 可以檢查封鎖問題的通訊埠檢查程式。
進一步瞭解 Post SMTP:https://tw.wordpress.org/plugins/post-smtp/
貢獻人員
WP SMTP 原先的開發者為 BoLiQuan,目前由 Yehuda Hassine 接續開發。
使用方式
- 將
wp-smtp.zip
解壓縮後得到的資料夾含全部檔案,上傳至網站的/wp-content/plugins/
目錄。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 前往 [控制台]→[設定]→[WP SMTP]。
- 如需進一步瞭解這個外掛,請造訪外掛官方網站。
安裝方式
- 將
wp-smtp.zip
解壓縮後得到的資料夾含全部檔案,上傳至網站的/wp-content/plugins/
目錄。 - 在 WordPress 管理後台的 [外掛] 選單中啟用外掛。
- 前往 [控制台]→[設定]→[WP SMTP]。
- 如需進一步瞭解這個外掛,請造訪外掛官方網站。
常見問題集
-
這個外掛與 Post SMTP 見的不同為何?
-
WP SMTP 更為聚焦於 SMTP 寄件,並且更加簡化功能:
- 如果網站管理員不願意或不需要使用 API 方式寄件。
- 電子郵件傳送失敗不會通知。
- 不具備後援伺服器機制。
如有需要協助之處,請前往 https://wordpress.org/support/plugin/wp-smtp 尋求協助;如需緊急協助,請前往 https://wpsmtpmail.com/contact/ 尋求協助。
使用者評論
參與者及開發者
變更記錄
1.2
Fixed: handle the mail parts as needed
1.2
New and shiny mail logger.
1.1.11
All good, still maintained, just update some info
1.1.10
New maintainer – yehudah
https://wpsmtpmail.com/v1-1-10-wp-smtp-is-back/
- Code structure and organize.
- Credentials can now be configured inside wp-config.php
1.1.9
- Some optimization
1.1.7
- Using a nonce to increase security.
1.1.6
- Add Yahoo! example
- Some optimization
1.1.5
- Some optimization
1.1.4
- If the field “From” was not a valid email address, or the field “Host” was left blank, it will not reconfigure the wp_mail() function.
- Add some reminders.
1.1.3
- If “SMTP Authentication” was set to no, the values “Username””Password” are ignored.
1.1.2
- First release.