在 Helm Chart 值中查找向邮件提供商配置

显示 Helm Chart 值

helm show values dify/dify

下文是 Helm chart 值中邮件提供商配置的示例。

mail:
  type: ''
  defaultSender: '您的发件人邮箱 (例如: no-reply <no-reply@dify.ai>)'
  resend:
    apiKey: ''
    apiUrl: https://api.resend.com
  smtp:
    server: ''
    port: 587
    username: ''
    password: ''
    useTLS: false
  ... ...

mail.type 字段的选项

  • resend: 使用 Resend 服务发送邮件
  • smtp: 使用 SMTP 服务发送邮件