Skip to content

Commit

Permalink
Update config.php
Browse files Browse the repository at this point in the history
  • Loading branch information
soxft authored Sep 13, 2022
1 parent dcb253d commit 140ea0c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion config.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
define("TITLE","TimeMail - 给未来写封信");
//网站名称

define("DEBUG", false);

define('EMAIL_SET',array(
'key' => 'rand', //随机值
'smtp' => 'smtp.exmail.qq.com', //SMTP 用户名 即邮箱的用户名
Expand All @@ -32,7 +34,7 @@
$conns = mysqli_connect(DATABASE[0],DATABASE[1],DATABASE[2],"information_schema");


define("EMAILAPI",URL . "email/emailsend.php");
define("EMAILAPI", URL . "email/emailsend.php");

/*
function
Expand Down

0 comments on commit 140ea0c

Please sign in to comment.