用PHP傳送郵件出現SMTPUTF8 is required, but was not offered by host
[日期]:2025/04/05 [瀏覽人數]:257 用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 再重新啟動postfix,即可。 |