# How Can I Modify SMTP Details?

**URL:** https://meta.discourse.org/t/how-can-i-modify-smtp-details/356638
**Category:** Self-hosting
**Tags:** email
**Created:** [March 10, 2025, 4:02pm UTC](https://meta.discourse.org/t/how-can-i-modify-smtp-details/356638 "2025-03-10T16:02:35Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Sharmila\_Saud](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sharmila_saud/32/493148_2.png) [@Sharmila\_Saud](https://meta.discourse.org/u/Sharmila_Saud)
#### Post date: [March 10, 2025, 4:02pm UTC](https://meta.discourse.org/t/how-can-i-modify-smtp-details/356638/1 "2025-03-10T16:02:35Z")

</div>

maybe i fill wrong SMTP Details But I want To Modify It How Can i do? i am not able to send email

 ![Admin-Discourse-03-10-2025_09_31_PM](https://global.discourse-cdn.com/meta/original/4X/4/f/f/4ffe98715f5b7270509d02c15051f225187a5d98.png)

---

<div class="post-metadata">

### Author: ![Canapin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/canapin/32/119591_2.png) [@Canapin](https://meta.discourse.org/u/Canapin)
#### Post date: [March 10, 2025, 4:33pm UTC](https://meta.discourse.org/t/how-can-i-modify-smtp-details/356638/2 "2025-03-10T16:33:23Z")

</div>

Hi,

The SMTP details are written in `container/app.yml`.

You must then restart the container: `./launcher restart app`

---

<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: [March 12, 2025, 2:02am UTC](https://meta.discourse.org/t/how-can-i-modify-smtp-details/356638/3 "2025-03-12T02:02:26Z")

</div>

If you change the smtp settings you need to destroy and start the container.

```
 ./launcher destroy app;./launcher start aop

```

Restarting does not update the environment variables passed to the container
