# Changing SMTP password

**URL:** https://meta.discourse.org/t/changing-smtp-password/221450
**Category:** Self-hosting
**Created:** [March 19, 2022, 6:08pm UTC](https://meta.discourse.org/t/changing-smtp-password/221450 "2022-03-19T18:08:02Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![kejsaren](https://avatars.discourse-cdn.com/v4/letter/k/848f3c/32.png) [@kejsaren](https://meta.discourse.org/u/kejsaren)
#### Post date: [March 19, 2022, 6:08pm UTC](https://meta.discourse.org/t/changing-smtp-password/221450/1 "2022-03-19T18:08:02Z")

</div>

I need to change the Mailgun SMTP password (of security reasons).  
I am not a coder.  
So, does this mean I can´t do it myself but need help from a programmer?

---

<div class="post-metadata">

### Author: ![JammyDodger](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jammydodger/32/254611_2.png) [@JammyDodger](https://meta.discourse.org/u/JammyDodger)
#### Post date: [March 19, 2022, 6:44pm UTC](https://meta.discourse.org/t/changing-smtp-password/221450/2 "2022-03-19T18:44:30Z")

</div>

If you have a [standard install](https://meta.discourse.org/t/142537?silent=true), you can change the SMTP password by either editing your app.yml (and then performing a rebuild), or by re-running `./discourse-setup`.

Have you done either of these things before? (eg setting up discourse, or installing a plugin) If so, you should be okay to do it yourself. 👍

---

<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 19, 2022, 11:48pm UTC](https://meta.discourse.org/t/changing-smtp-password/221450/3 "2022-03-19T23:48:38Z")

</div>

> [@kejsaren](#):
>
> So, does this mean I can´t do it myself but need help from a programmer?

Yes. See @JammyDodger’s reply.  
I’ll add that if you want to edit the configuration file, you can do it either with a command-line text editor like **nano** (which is not complicated, even if it’s a bit intimidating at first if you never did that kind of stuff), either with software like WinSCP that will allow you to browse your server like Windows Explorer, where you can browse your server’s folders and edit the configuration file with a visual text editor (with the windows cursor and all).

Do you know how to have root access to your server? It will be needed in both choices.
