修改默认配置

pull/462/MERGE
Karson 2024-03-28 11:55:34 +08:00
parent 77c386ed47
commit f932156c8e
1 changed files with 3 additions and 3 deletions

View File

@ -33,8 +33,8 @@ return [
'mail_type' => '1', 'mail_type' => '1',
'mail_smtp_host' => 'smtp.qq.com', 'mail_smtp_host' => 'smtp.qq.com',
'mail_smtp_port' => '465', 'mail_smtp_port' => '465',
'mail_smtp_user' => '10000', 'mail_smtp_user' => '',
'mail_smtp_pass' => 'password', 'mail_smtp_pass' => '',
'mail_verify_type' => '2', 'mail_verify_type' => '2',
'mail_from' => '10000@qq.com', 'mail_from' => '',
]; ];