# SMTP Settings Missing After Install

**URL:** https://meta.discourse.org/t/smtp-settings-missing-after-install/394622
**Category:** Self-hosting
**Tags:** email
**Created:** [January 29, 2026, 2:03am UTC](https://meta.discourse.org/t/smtp-settings-missing-after-install/394622 "2026-01-29T02:03:11Z")
**Posts on this page:** 1
**Showing post:** 4

<div class="post-metadata">

### Author: ![tobiaseigen](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/tobiaseigen/32/539204_2.png) [@tobiaseigen](https://meta.discourse.org/u/tobiaseigen)
#### Post date: [January 30, 2026, 9:39am UTC](https://meta.discourse.org/t/smtp-settings-missing-after-install/394622/4 "2026-01-30T09:39:35Z")

</div>

Seems you have some lines missing from `app.yml` if you change your mind after setup and want to use email after all.

I’m not so familiar with the way things have changed since [Self-Hosting Discourse Just Got a Whole Lot Easier](https://meta.discourse.org/t/self-hosting-discourse-just-got-a-whole-lot-easier/393915) but on my sites the way SMTP details are configured in app.yml have not changed. if I were you I would try running

```
cd /var/discourse
./discourse-doctor 

```

and see if that allows you to fix it. If that doesn’t work, then I would go find an `app.yml` from a working site and use that as an example to make sure the lines required for email are present and correct. If you don’t have that, then you can get an example here:

> <https://github.com/discourse/discourse_docker/blob/main/samples/standalone.yml>

Then rebuild.

If all of this feels hard, if it’s not too late you can also start over and answer the questions correctly with your SMTP details from the outset.

---

_[View the full topic](https://meta.discourse.org/t/smtp-settings-missing-after-install/394622)._
