m0_70156489 1 день назад
Родитель
Сommit
1eeb1d4f71
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      application/config.php

+ 1 - 1
application/config.php

@@ -357,7 +357,7 @@ return [
         'host'            => 'smtp.qq.com', // SMTP服务器地址
         'port'            => 465, // SMTP服务器端口号,一般为25
         // 发件邮箱 addr、授权码 pass 仅从数据库 purchase_email 读取,请在后台「邮箱配置」维护
-        'name'            => 'lhr', // 发件邮箱名称
+        'name'            => '新华印务', // 发件邮箱名称
         'content_type'    => 'text/html', // 默认文本内容 text/html|text/plain
         'charset'         => 'utf-8', // 默认字符集
         'security'        => 'ssl', // 加密方式 null|ssl|tls, QQ邮箱必须使用ssl