Email.json 519 B

1234567891011121314
  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/net6/schemas/v3/furion-schema.json",
  3. "Email": {
  4. "Server": "smtp.163.com", // 主机
  5. "Port": 465, // 端口 465/994 25
  6. "SenderName": "系统邮件", // 发送者名称
  7. "SenderEmail": "zuohuaijun@163.com", // 发件者邮箱
  8. "ToEmail": "515096995@qq.com", // 接收人邮箱
  9. "Account": "", // 发件邮箱账号
  10. "Password": "", // 发件邮箱密码
  11. "Security": true // 启用SSL和TLS
  12. }
  13. }