Enable SMTP send mail in WordPress

(Last Updated On: October 21, 2019)

Prework

  • DNS A records for:
    • WordPress website
    • Sender Email address domain name

Environment

  • WordPress 5.2.2
  • CentOS 7.6
  • Apache 2.4.6
  • PHP 7.1 SCL
  • MariaDB 10.3

Let’s get started.

WordPress Hook

以使用 Hinet ISP 提供的 SMTP 主機為例,將 SMTP 參數設定至佈景設定中。

參數說明:

  1. ${WP_SITE}:WordPress安裝路徑。
  2. ${CURRENT_THEME}:網站目前佈景主題目錄。

OS settings

Done!

Reference

  1. 若是用其它網路 ISP 業者,請使用業者提供的 SMTP 伺服器或是自建 SMTP 伺服器。

Leave a Reply