[WordPress] 外掛分享: Simple SMTP Mailer

首頁外掛目錄 › Simple SMTP Mailer
WordPress 外掛 Simple SMTP Mailer 的封面圖片
20+
安裝啟用
尚無評分
325 天前
最後更新
問題解決
WordPress 6.0+ PHP 8.0+ v1.1.0 上架:2022-08-17

內容簡介

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

Simple SMTP Mailer 設定

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

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.0) 或搜尋安裝

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

原文外掛簡介

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'
)
);

延伸相關外掛

文章
Filter
Apply Filters
Mastodon