Email installation issue

I’ve installed Discourse in Azure following the instructions here and here. We have an enterprise account with SendGrid which we can’t authenticate to the azure.com domain, so I’ve tried changing the Discourse From: address using the instructions here:

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

Still no email; so I checks the logs, and ta-da…:

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

What we do in the shadows to warrant this snub from Discourse?

1 Like

Sorry. Those instructions need to be updated. Now discourse-setup asks for it silently sets it to noreply@hostname and sets DISCOURSE_NOTIFICATION_EMAIL in the app.yml file.

So edit it there.

5 Likes

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