不知道 yuge 是否用 smtp 還是 sendmail,不能這般肯定吧messagebox 寫:想太多~~
PHPBB不是用MAIL()這個函式去寄信~~
他是直接開一個 Socket 去連SMTP~
設定方法在你的PHPBB後台管理~基本組態吧~
若果用 smtp 的話 phpbb 的確是用 socket,在基本組態設定便行了,但若果用 sendmail 的話,php.ini 裡的 sendmail_path 便要自行搞定。
代碼: 選擇全部
[mail function]
; For Win32 only.
SMTP = smtp.example.com
; For Win32 only.
sendmail_from = me@example.com
; For Unix only. You may supply arguments as well (default: "sendmail -t -i").
;sendmail_path =