移动系统liao
3 天以前 df64ac247493594de867fa0fd89f518446eff118
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
 
  // 邮箱配置
  "Email": {
    "Host": "smtp.163.com", // 主机
    "Port": 465, // 端口 465、994、25
    "EnableSsl": true, // 启用SSL
    "DefaultFromEmail": "xxx@163.com", // 默认发件者邮箱
    "DefaultToEmail": "xxx@qq.com", // 默认接收人邮箱
    "UserName": "xxx@163.com", // 邮箱账号
    "Password": "", // 邮箱授权码
    "DefaultFromName": "Admin.NET 通用权限开发平台" // 默认邮件标题
  }
}