內容簡介
這個外掛會重新設定 wp_mail() 函數,以使用 SMTP 代替 mail(),並建立一個選項頁面,讓您可以指定各種選項。
您可以設定以下選項:
為發出的電子郵件指定寄件者姓名和電子郵件地址。
選擇使用 SMTP 或 PHP 的 mail() 函數發送郵件。
指定 SMTP 主機(預設為 localhost)。
指定 SMTP 埠號(預設為 25)。
選擇 SSL/TLS 加密(不同於 STARTTLS)。
選擇是否使用 SMTP 認證(預設為否)。
指定 SMTP 的使用者名稱和密碼。
此外,該外掛會在 SendGrid 活動畫面中新增主旨標籤。SendGrid 是一個強大的 SMTP 服務,但它的活動記錄畫面缺少訊息主旨。我們的外掛會加上這個選項!
外掛標籤
開發者團隊
② 後台搜尋「WP Mail SMTP SendGrid Edition」→ 直接安裝(推薦)
原文外掛簡介
This plugin reconfigures the wp_mail() function to use SMTP instead of mail() and creates an options page that allows you to specify various options.
You can set the following options:
Specify the from name and email address for outgoing email.
Choose to send mail by SMTP or PHP’s mail() function.
Specify an SMTP host (defaults to localhost).
Specify an SMTP port (defaults to 25).
Choose SSL / TLS encryption (not the same as STARTTLS).
Choose to use SMTP authentication or not (defaults to not).
Specify an SMTP username and password.
Also adds subject to headers for SendGrid Activity Screen. SengGrid is a powerful SMTP service, however it’s Activity Log screen misses the message subjects. Our plugin adds that back in!
