Admin.net框架
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.

15 lines
602 B

5 days ago
{
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
"Email": {
"Host": "smtp.163.com", //
"Port": 465, // 46599425
"DefaultFromEmail": "zuohuaijun@163.com", //
"DefaultToEmail": "515096995@qq.com", //
"EnableSsl": true, // SSL
"UseDefaultCredentials": false, //使
"UserName": "", //
"Password": "", //
"DefaultFromName": "系统邮件" //
}
}