內容簡介
在 WordPress 中配置 SMTP 郵件功能,包括支持通過 SSL/TLS(例如 GMail)發送電子郵件。
此外掛是 wpPHPMailer 插件的更名、重寫和更新版本。
使用此插件來自定義 WordPress 默認使用來處理發件的 SMTP 郵件系統。它提供您指定以下內容的功能:
SMTP 主機名
SMTP 端口號
是否應使用 SMTPAuth(驗證)
SMTP 使用者名稱
SMTP 密碼
SMTP 連接是否需要發生在 SSL 或 TLS 上
此外,您還可以指示希望使用 Gmail 來處理發件,此時上述設置會自動配置為適合 Gmail 的值,儘管您需要指定您的 Gmail 電子郵件(包括「@gmail.com」)和密碼。
無論 SMTP 是否啟用,此插件都可以為所有發出的電子郵件定義「寄件人」名稱和電子郵件。
此插件還提供了一個簡單的測試按鈕,允許您向自己發送測試電子郵件,以檢查是否已正確配置您的博客發送電子郵件。
鏈接: 插件主頁 | 作者主頁
外掛標籤
開發者團隊
原文外掛簡介
Configure SMTP mailing in WordPress, including support for sending e-mail via SSL/TLS (such as GMail).
This plugin is the renamed, rewritten, and updated version of the wpPHPMailer plugin.
Use this plugin to customize the SMTP mailing system used by default by WordPress to handle outgoing e-mails. It offers you the ability to specify:
SMTP host name
SMTP port number
If SMTPAuth (authentication) should be used.
SMTP username
SMTP password
If the SMTP connection needs to occur over ssl or tls
In addition, you can instead indicate that you wish to use GMail to handle outgoing e-mail, in which case the above settings are automatically configured to values appropriate for GMail, though you’ll need to specify your GMail e-mail (including the “@gmail.com”) and password.
Regardless of whether SMTP is enabled, the plugin provides you the ability to define the name and e-mail of the ‘From:’ field for all outgoing e-mails.
A simple test button is also available that allows you to send a test e-mail to yourself to check if sending e-mail has been properly configured for your blog.
Links: Plugin Homepage | Author Homepage
