电子邮件安装问题

我已按照此处此处的说明,在 Azure 上安装了 Discourse。我们拥有一个 SendGrid 企业账户,但无法将其与 azure.com 域名进行身份验证。因此,我尝试按照此处的说明修改 Discourse 的“发件人”地址:

./launcher enter app
rails r "SiteSetting.notification_email = 'adam.pope@arup.com'"
exit

仍然没有收到邮件;于是检查日志,结果如下:

An attempt was to change notification_email SiteSetting to adam.pope@arup.com however it is shadowed so this will be ignored!

我们在“阴影”中做了什么,竟招致 Discourse 如此冷遇?

1 个赞

抱歉,那些说明需要更新。现在 discourse-setup 会询问 而是静默将其设置为 noreply@hostname,并在 app.yml 文件中设置 DISCOURSE_NOTIFICATION_EMAIL

因此,请在那里进行编辑。

5 个赞

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.