您的位置:首页 > 编程语言 > PHP开发

如何开启/关闭SMTP路由调试

2011-09-18 12:58 597 查看

开启ConsoleLog/SMTP调试,在控制台输入以下命令:

showsource
1
>STARTCONSOLELOG#ConsoleLoggingisnowenabled.

2
>SETCONFIGDebug_ThreadID=1

3
>SETCONFIGSMTPClientDebug=1

4
>SETCONFIGDebugRouter=3

关闭ConsoleLog/SMTP调试,在控制台输入以下命令:

showsource
1
>STOPCONSOLELOG#ConsoleLoggingisnowdisabled.

2
>SETCONFIGDebug_ThreadID=0

3
>SETCONFIGSMTPClientDebug=0

4
>SETCONFIGDebugRouter=0


相关链接:


Notes.ini参数说明:
CONSOLELOG-http://www.lntoolbox.com/en/notesini-reference/bycategory/logging/24-Logging/314-Console_Log_Enabled.html
Debug_ThreadID-http://www.lntoolbox.com/en/notesini-reference/bycategory/debug/41-debug/109-Debug_ThreadID.html
SMTPClientDebug-http://www.lntoolbox.com/en/notesini-reference/bycategory/debug/41-debug/216-SMTPClientDebug.html
DebugRouter-http://www.lntoolbox.com/en/component/initags/41-debug/127-debugrouter.html

内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: 
章节导航