# SendInBlue Smtp 设置不正确

**URL:** <https://meta.discourse.org/t/sendinblue-smtp-setting-not-working-correctly/240328>\
**Category:** Development\
**Tags:** unsupported-install\
**Created:** [2022年九月28日 17:01 UTC](https://meta.discourse.org/t/sendinblue-smtp-setting-not-working-correctly/240328 "2022-09-28T17:01:39Z")\
**Posts on this page:** 2\
**Page:** 1

<div class="post-metadata">

**Author:** ![Lai\_Chau\_Koi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/lai_chau_koi/32/262307_2.png) [@Lai\_Chau\_Koi](https://meta.discourse.org/u/Lai_Chau_Koi)\
**Post date:** [2022年九月28日 17:01 UTC](https://meta.discourse.org/t/sendinblue-smtp-setting-not-working-correctly/240328/1 "2022-09-28T17:01:39Z")

</div>

大家好！  
我尝试在 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 账户中找不到其他邮件的任何日志。

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

---

<div class="post-metadata">

**Author:** ![Falco](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/falco/32/179432_2.png) [@Falco](https://meta.discourse.org/u/Falco)\
**Post date:** [2022年九月28日 17:05 UTC](https://meta.discourse.org/t/sendinblue-smtp-setting-not-working-correctly/240328/2 "2022-09-28T17:05:04Z")

</div>

> [@Lai\_Chau\_Koi](#):
>
> I tried to use SendInBlue for my Discourse Forum. And set variables in discourse.conf like these:

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