如何在电子邮件 -"> 服务器设置中设置域值

它可能设置在您的容器配置文件中,模板中的默认内容如下:

  DISCOURSE_SMTP_ADDRESS: smtp.example.com
  #DISCOURSE_SMTP_PORT: 587
  DISCOURSE_SMTP_USER_NAME: user@example.com
  DISCOURSE_SMTP_PASSWORD: pa$$word
  #DISCOURSE_SMTP_ENABLE_START_TLS: true           # (可选,默认为 true)
  #DISCOURSE_SMTP_DOMAIN: discourse.example.com    # (某些提供商需要)
  #DISCOURSE_NOTIFICATION_EMAIL: noreply@discourse.example.com    # (用于发送通知的地址)