# Email installation issue

**URL:** https://meta.discourse.org/t/email-installation-issue/189389
**Category:** Self-hosting
**Created:** [May 5, 2021, 4:49pm UTC](https://meta.discourse.org/t/email-installation-issue/189389 "2021-05-05T16:49:33Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![adamgpope](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/adamgpope/32/121658_2.png) [@adamgpope](https://meta.discourse.org/u/adamgpope)
#### Post date: [May 5, 2021, 4:49pm UTC](https://meta.discourse.org/t/email-installation-issue/189389/1 "2021-05-05T16:49:33Z")

</div>

I’ve installed Discourse in Azure following the instructions [here](https://github.com/discourse/discourse/blob/master/docs/INSTALL-cloud.md) and [here](https://meta.discourse.org/t/how-to-setup-discourse-on-azure/89550). We have an enterprise account with SendGrid which we can’t authenticate to the [azure.com](http://azure.com) domain, so I’ve tried changing the Discourse From: address using the instructions [here](https://meta.discourse.org/t/troubleshooting-email-on-a-new-discourse-install/16326):

```plaintext
./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?

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [May 5, 2021, 5:40pm UTC](https://meta.discourse.org/t/email-installation-issue/189389/2 "2021-05-05T17:40:08Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [June 4, 2021, 5:40pm UTC](https://meta.discourse.org/t/email-installation-issue/189389/3 "2021-06-04T17:40:35Z")

</div>

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