SendInBlue Smtp 设置不正确

大家好!
我尝试在 Discourse 论坛上使用 SendInBlue。并在 discourse.conf 中设置了如下变量:
smtp_address = smtp-relay.sendinblue.com
smtp_port = 587
smtp_domain = [我的域名]
smtp_user_name = '[我的 SendinBlue 用户名]'
smtp_password = “ [SendinBlue SMTP 设置的主密码]”
smtp_authentication = login
smtp_enable_start_tls = false
smtp_openssl_verify_mode = none
smtp_force_tls = false

然后重建了我的论坛。
现在我可以在我的管理面板中正确发送测试邮件。
但是问题是用户没有收到其他邮件,例如 activation_email、forgot_password_email、login_email。

另外,我在我的 SendInBlue 账户中找不到其他邮件的任何日志。

请帮我解决这个问题。
谢谢。

使用官方安装指南安装 Discourse 时,您不会在 discourse.conf 中设置任何变量。它们应该是 app.yml 文件中的环境变量。