qa-ifish7/web/Application/Common/Conf/email.php

13 lines
530 B
PHP
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?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>
',
);