
內容簡介
{eac}SimpleSMTP 是一個 {eac}Doojigger 擴充功能,可為 WordPress 添加 SMTP 伺服器設定,使從 WordPress 網站發出的所有電子郵件都通過您的 SMTP 郵件伺服器發送。
什麼是 SMTP? … 簡單郵件傳輸協定。
{eac}SimpleSMTP 選項包括以下內容…
SMTP 伺服器名稱
用於傳出郵件的郵件伺服器名稱。通常類似於 smtp.your_email_domain.com。
SMTP 埠號
要使用的郵件伺服器通訊埠。通常,端口 25 = 無加密,端口 465 = SSL 加密,端口 587 = TLS 加密。
SMTP 加密
您的郵件伺服器是否使用加密?
SMTP 使用者名稱
用於與您的郵件伺服器驗證的電子郵件地址/使用者名稱。
SMTP 密碼
用於與您的郵件伺服器驗證的密碼。
發送方名稱
發送電子郵件時使用的預設名稱。
發送方電子郵件
發送電子郵件時使用的預設電子郵件地址。
覆蓋發送者
始終從上方名稱/地址發送 (覆蓋其他腳本)。
SMTP 偵錯
啟用捕獲與記錄 wp_mail 和 phpMailer 偵錯資料。
預設標頭
將自訂標頭添加到所有發出的電子郵件中。
發送測試
發送測試電子郵件以確保您的配置正常運作。
篩選器
有兩個篩選器可用於檢索發送方姓名和/或發送方電子郵件
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') )
其他資訊
{eac}SimpleSMTP 是一個擴充功能外掛,需要安裝和註冊 {eac}Doojigger。
版權
版權所有 © 2019-2022,EarthAsylum Consulting,採用 GNU GPL 條款分發。
此程式是自由軟體:您可以依照自由軟體基金會所發佈的 GNU 通用公眾授權條款的版本 3 或 (您可以選擇) 任何更新版本,修改和重新發布它。
此程式以「原樣」提供,不附有任何明示或暗示的保證,包括但不限於商業適售性、特定用途適用性以及非侵權性的保證。詳細資訊請參閱 GNU 通用公眾授權條款。
您應該隨同本程式一起收到 GNU 通用公眾授權條款的副本。如果沒有,請參閱 https://www.gnu.org/licenses/。
外掛標籤
開發者團隊
② 後台搜尋「{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 Name
The outgoing mail server name. Typically something like smtp.your_email_domain.com.
SMTP Port
The mail server port to use. Typically, port 25 = no encryption, port 465 = SSL encryption, port 587 = TLS encryption.
SMTP Encryption
Does your mail server use encryption?
SMTP User Name
The email address/username used to authenticate with your mail server.
SMTP Password
The password used to authenticate with your mail server.
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).
SMTP Debugging
Enable capture and logging of wp_mail and phpMailer debugging data.
Default Headers
Add custom headers to all outgoing emails.
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 © 2019-2025, 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/.
