|
|
@@ -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
|