email.properties
来自「LyBBS基于Struts1.3/Ajax的架构」· PROPERTIES 代码 · 共 20 行
PROPERTIES
20 行
#Email specific configuration options
#Warning: Please modifies the values from admincenter,not here.
#emailFrom is the address that sending email.
#authEnabled, true that needs authentication.
#port, if you don't know, leave it alone.
#password, validate when authEnabled is true, input your password.
#host, validate when emailEnalbed is true.
#userName, validate when authEnabled is true, input your username.
#emailEnabled, true can send email.
#Mon May 30 10:39:44 CST 2005
emailTopicEnabled=false
emailReplyEnabled=false
port=25
authEnabled=false
emailFrom=yourname@yourdomain.com
userName=
password=
host=202.106.187.158
emailEnabled=false
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?