1
0
mirror of https://e.coding.net/circlecloud/McAccount.git synced 2025-09-05 07:27:21 +00:00

修复邮箱验证 增加验证检测 使用默认的企业邮箱...

This commit is contained in:
502647092
2015-11-05 20:22:48 +08:00
parent 5425b2b1e4
commit 5f9bc7ec12
5 changed files with 144 additions and 117 deletions

View File

@ -22,10 +22,10 @@ $Config ['DBname'] = 'minecraft'; // 数据库名称
$Config ['CharSet'] = "UTF-8";
// 邮箱信息配置**********************************************
$Config ['smtp'] = "smtp.163.com";
$Config ['smtp'] = "smtp.citycraft.cn";
$Config ['port'] = "25";
$Config ['user'] = "jtb1@163.com";
$Config ['sender'] = "jtb1@163.com";
$Config ['pass'] = "jtb2hww";
$Config ['user'] = "authme@citycraft.cn";
$Config ['sender'] = "authme@citycraft.cn";
$Config ['pass'] = "Email2Check";
$Config ['debug'] = false;