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
15 lines
602 B
{
|
|
"$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
|
|
|
|
"Email": {
|
|
"Host": "smtp.163.com", // 主机
|
|
"Port": 465, // 端口 465、994、25
|
|
"DefaultFromEmail": "zuohuaijun@163.com", // 默认发件者邮箱
|
|
"DefaultToEmail": "515096995@qq.com", // 默认接收人邮箱
|
|
"EnableSsl": true, // 启用SSL
|
|
"UseDefaultCredentials": false, //是否使用默认凭据
|
|
"UserName": "", // 邮箱账号
|
|
"Password": "", // 邮箱密码
|
|
"DefaultFromName": "系统邮件" // 默认邮件标题
|
|
}
|
|
}
|