[WordPress] 外掛分享: {eac}Doojigger Simple SMTP Extension for WordPress

首頁外掛目錄 › {eac}Doojigger Simple SMTP Extension for WordPress
WordPress 外掛 {eac}Doojigger Simple SMTP Extension for WordPress 的封面圖片
10+
安裝啟用
尚無評分
2 天前
最後更新
問題解決
WordPress 5.8+ PHP 7.4+ v1.1.1 上架:2022-08-01

內容簡介

{eac}Doojigger Simple SMTP Extension for WordPress 是一款擴充外掛,提供 SMTP 伺服器配置功能,確保從 WordPress 網站發送的所有電子郵件都通過指定的 SMTP 郵件伺服器發送,提升郵件送達率與安全性。

【主要功能】
• 設定 SMTP 伺服器名稱與端口號
• 支援郵件加密選項(SSL/TLS)
• 設定發件人名稱與電子郵件地址
• 限制每分鐘發送的電子郵件數量
• 記錄已發送的電子郵件
• 測試 SMTP 配置是否正常運作

外掛標籤

開發者團隊

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

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

原文外掛簡介

{eac}SimpleSMTP is an {eac}Doojigger extension which adds SMTP server configuration for WordPress so that all email sent from your WordPress site will be sent through your SMTP mail server.

What is SMTP? … Simple Mail Transfer Protocol

{eac}SimpleSMTP options include…
SMTP Server Settings

Server Name
The outgoing mail server name. Typically something like smtp.your_email_domain.com.

Port Number
The mail server port to use. Typically, port 25 = no encryption, port 465 = SSL encryption, port 587 = TLS encryption. Port 2587 is often used as an alternative to port 587.

Encryption
Does your mail server use encryption?

SMTP Authentication

User Name
The email address/username used to authenticate with your mail server.

Password
The password used to authenticate with your mail server.

SMTP Sender

Send From Name
The default name used when sending email.

Send From Email
The default email address used when sending email.

Override Senders
Always send from above name/address (overriding other scripts).

Rate Limit

Limit Emails Sent
When setting rate limits, this is the number of emails that can be sent in a given number of minutes.

Limit per Minutes
When setting rate limits, this is the number of minutes to limit emails.

Optional Headers

Default Headers
Add custom headers to all outgoing emails.

Logging & Debugging

Log Sent Emails
Logs emails to the system error log.

SMTP Debugging
Enable capture and logging of wp_mail and phpMailer debugging data.

Send a Test
Send a test email to ensure your configuration is working.

Filters
Two filters are available to retrieve the Send From Name and/or Send From Email
simpleSMTP_from_name
$sendFromName = apply_filters( 'simpleSMTP_from_name', get_bloginfo('name') )

simpleSMTP_from_email
$sendFromEmail = apply_filters( 'simpleSMTP_from_email', get_bloginfo('admin_email') )

Additional Information

{eac}SimpleSMTP is an extension plugin to and requires installation and registration of {eac}Doojigger.

Copyright
Copyright © 2026, EarthAsylum Consulting, distributed under the terms of the GNU GPL.
This program 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.
This program 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 receive a copy of the GNU General Public License along with this program. If not, see https://www.gnu.org/licenses/.

延伸相關外掛

文章
Filter
Mastodon