操控平台后端代码
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
540 B

{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"Email": {
"Host": "smtp.163.com", //
"Port": 465, // 46599425
"EnableSsl": true, // SSL
"DefaultFromEmail": "zuohuaijun@163.com", //
"DefaultToEmail": "515096995@qq.com", //
"UserName": "zuohuaijun@163.com", //
"Password": "", //
"DefaultFromName": "Admin.NET 通用权限开发平台" //
}
}