第 1 頁 (共 1 頁)
[問題]為什麼會出現這樣的錯誤呢?
發表於 : 2004-02-27 18:06
由 ckai
一般錯誤
Failed sending email :: PHP ::
DEBUG MODE
Line : 234
File : c:\appserv\www\phpbb2\includes\emailer.php
是我設定有錯嗎?
發表於 : 2004-02-27 18:07
由 messagebox
檢查php.ini的郵件設定~~
發表於 : 2004-02-27 18:19
由 ckai
請問我要怎麼設定呢?
我是用AppServ架的server
沒有安裝發MAIL的套件,這樣也可以嗎?
發表於 : 2004-02-27 18:24
由 pireer
你試試在基本組態那邊找\r
使用 SMTP 伺服器傳送電子郵件
假如您想要使用 SMTP 伺服器發送電子郵件請選擇 '是' ...選是\r
SMTP 伺服器網域名稱 輸入你mail的smtp...例如智邦的就輸入ms1.url.com.tw
ms1是舉例而已...不要真的這樣輸入 = =
你在試試吧
發表於 : 2004-02-27 18:48
由 ckai
我用我outlook的設定可以嗎?
不過我設好變這樣\r
一般錯誤
Ran into problems sending Mail. Response: 503 Error: authentication not enabled
DEBUG MODE
Line : 125
File : c:\appserv\www\phpbb2\includes\smtp.php
發表於 : 2004-02-27 18:57
由 messagebox
ckai 寫:我用我outlook的設定可以嗎?
不過我設好變這樣\r
一般錯誤
Ran into problems sending Mail. Response: 503 Error: authentication not enabled
DEBUG MODE
Line : 125
File : c:\appserv\www\phpbb2\includes\smtp.php
authentication not enabled
由你的smtp service回傳的訊息~~~
把你的設定貼出來~~~
錯誤訊息主要是你的SMTP AUTH有問題~~
但是~~是server不需要SMTP AUTH或是需要~~~要看你的設定~
因為這種訊息因MAIL SERVER而不同~~~
只有那個MAIL SERVER的網管懂~~~
發表於 : 2004-02-27 19:13
由 ckai
使用 SMTP 伺服器傳送電子郵件
假如您想要使用 SMTP 伺服器發送電子郵件請選擇 <<我選'是'
SMTP 伺服器網域名稱 <<smtp.ttu.edu.tw
SMTP 使用者帳號 <<我的outlook帳號
SMTP 密碼 <<********
你是說這個設定還是......?
發表於 : 2004-02-27 19:39
由 ckai
我的phhp.ini設定
from="
xxx@ms2.ttu.edu.tw"
[mail function]
; For Win32 only.
SMTP =smtp.ttu.edu.tw
發表於 : 2004-02-27 19:54
由 ckai
我把帳號密碼刪掉就可以了@@
謝囉^^