/**
* 如果选择的是smtp方式,需要设置smtp服务器的地址,如果smtp服务器发信需要验证,则需将SMTPAuth设成true,并设定用户名和密码。
*/
$BugConfig["Mail"]["SendParam"]["Host"] = "smtp.263.net"; //The server to connect. Default is localhost
$BugConfig["Mail"]["SendParam"]["SMTPAuth"] = true; //Whether or not to use SMTP authentication. Default is FALSE
$BugConfig["Mail"]["SendParam"]["Username"] = ""; //The username to use for SMTP authentication.
$BugConfig["Mail"]["SendParam"]["Password"] = ""; //The password to use for SMTP authentication.