我已按照此处和此处的说明,在 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 如此冷遇?