[WordPress] 外掛分享: Simple SMTP Mailer

WordPress 外掛 Simple SMTP Mailer 的封面圖片。

前言介紹

  • 這款 WordPress 外掛「Simple SMTP Mailer」是 2022-08-17 上架。
  • 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
  • 上一次更新是 2025-04-28,距離現在已有 6 天。
  • 外掛最低要求 WordPress 6.0 以上版本才可以安裝。
  • 外掛要求網站主機運作至少需要 PHP 版本 8.0 以上。
  • 尚未有人給過這款外掛評分。
  • 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。

外掛協作開發者

joshmckibbin |

外掛標籤

mail | smtp | email | wp_mail | phpmailer |

內容簡介

Simple SMTP Mailer 外掛讓你可以輕鬆地設定 WordPress 使用 SMTP 來替代 PHP 的 mail 功能。

Simple SMTP Mailer 設定

主機:郵件伺服器(預設為 smtp.gmail.com)
使用者名稱:用於連接到 SMTP 伺服器的使用者名稱
密碼:用於連接到 SMTP 伺服器的密碼
埠口:發送電子郵件時使用的埠口(587、465 或 25。預設為 587)
安全性:發送電子郵件時使用的加密安全性類型(TLS 或 SSL。預設為 TLS)
偵錯:啟用偵錯功能

原文外掛簡介

The Simple SMTP Mailer plugin allows you to easily configure WordPress to use SMTP instead of the PHP mail function.
This should only really be used in a development environment.
Simple SMTP Mailer Settings

Host: The mail server (Defaults to smtp.gmail.com)
Username: The username used for connecting to the SMTP server
Password: The password used for connecting to the SMTP server
Port: The port to use when sending an email (587, 465 or 25. Defaults to 587)
Security: The type of encryption security to use when sending an email (TLS or SSL. Defaults to TLS)
Debug: Enable debugging

All settings can be overridden by assigning array values to the SSMTP_MAILER constant in wp-config.php. This is useful for automating local deployment.
define(
'SSMTP_MAILER',
array(
'host' => emailhost.com,
'username' => username,
'password' => password,
'port' => 25,
'security' => 'SSL'
)
);

各版本下載點

  • 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
  • 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Simple SMTP Mailer」來進行安裝。

(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。


1.0.2 | 1.0.3 | 1.0.4 | 1.0.5 | 1.1.0 | trunk |

延伸相關外掛(你可能也想知道)

文章
Filter
Apply Filters
Mastodon