Warning: Undefined variable $kind in /home4/wgate/public_html/include/checkfunpdo.php on line 662

Warning: Undefined variable $vers in /home4/wgate/public_html/include/checkfunpdo.php on line 662

Warning: Undefined variable $kind in /home4/wgate/public_html/include/checkfunpdo.php on line 662

Warning: Undefined variable $vers in /home4/wgate/public_html/include/checkfunpdo.php on line 662
:::| 目前位置圖示目前位置:首頁圖示回首頁 | 主功能頁圖示相關問答
用PHP傳送郵件出現SMTPUTF8 is required, but was not offered by host

[日期]:2025/04/05  [瀏覽人數]:258

用PHP傳送郵件出現

....delays=0.02/0.02/6.9/0, dsn=5.6.7, status=bounced (SMTPUTF8 is required, but was not offered by host....

修改/usr/local/etc/postfix/main.cf

新增

smtputf8_autodetect_classes = sendmail, verify
smtputf8_enable = no
strict_smtputf8 = no

再重新啟動postfix,即可。