Initial commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
return array (
|
||||
'MAIL_FROMNAME' => '系统发送',
|
||||
'MAIL_HOST' => 'smtp.exmail.qq.com',
|
||||
'MAIL_USERNAME' => 'noreply@jijinweb.com',
|
||||
'MAIL_PASSWORD' => 'Jijinweb123',
|
||||
'getpass_temp' => '<h1>亲爱的用户:</h1>
|
||||
<p>我们收到了您找回密码的请求。</p>
|
||||
<h2>您的用户名为:[!--username--]:<br>请在24小时内通过以下地址修改密码:</h2>
|
||||
<div>密码修改链接:<a href="[!--getpassurl--]" target="_blank">[!--getpassurl--]</div>
|
||||
<p><span t="5" times=" 17:28">[!--date--]</span></p>
|
||||
',
|
||||
);
|
||||
Reference in New Issue
Block a user