first commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
<?php
|
||||
/**
|
||||
* @copyright Copyright (c) 2023 李志强
|
||||
* @author 李志强
|
||||
* @link https://www.yunzer.cn
|
||||
*/
|
||||
// +----------------------------------------------------------------------
|
||||
// | 邮件系统配置
|
||||
// +----------------------------------------------------------------------
|
||||
|
||||
return [
|
||||
'MAIL_HOST' => 'smtp.163.com',
|
||||
'MAIL_PORT' => 465,
|
||||
'MAIL_USERNAME' => 'meteteme@163.com',
|
||||
'MAIL_PASSWORD' => 'KPMGWKALJDHYHLYH',
|
||||
'MAIL_FROM_NAME' => '美天科技',
|
||||
];
|
||||
Reference in New Issue
Block a user