# DISCOURSE\_SMTP Variablen in app.yml

**URL:** https://meta.discourse.org/t/discourse-smtp-variables-in-app-yml/349326
**Category:** Support
**Created:** [28. Januar 2025 um 07:09 UTC](https://meta.discourse.org/t/discourse-smtp-variables-in-app-yml/349326 "2025-01-28T07:09:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Andro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/andro/32/173721_2.png) [@Andro](https://meta.discourse.org/u/Andro)
#### Post date: [28. Januar 2025 um 07:09 UTC](https://meta.discourse.org/t/discourse-smtp-variables-in-app-yml/349326/1 "2025-01-28T07:09:54Z")

</div>

Was ist die vollständige Liste dieser Variablen?

Ich habe diese Liste:

> DISCOURSE\_SMTP\_ADDRESS:  
> DISCOURSE\_SMTP\_PORT:  
> DISCOURSE\_SMTP\_USER\_NAME:  
> DISCOURSE\_SMTP\_PASSWORD:  
> DISCOURSE\_SMTP\_ENABLE\_START\_TLS: true # (optional, default true)  
> DISCOURSE\_SMTP\_DOMAIN:  
> DISCOURSE\_NOTIFICATION\_EMAIL:

In meinem Admin-Panel sehe ich, dass die Authentifizierung auf ‘plain’ steht, aber ich glaube, ich brauche ‘login’. Wo kann man das einstellen? Wo ist die Dokumentation dieser Einstellungen?

---

<div class="post-metadata">

### Author: ![pangbo](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pangbo/32/538562_2.png) [@pangbo](https://meta.discourse.org/u/pangbo)
#### Post date: [28. Januar 2025 um 09:31 UTC](https://meta.discourse.org/t/discourse-smtp-variables-in-app-yml/349326/2 "2025-01-28T09:31:55Z")

</div>

Sie können diese Links überprüfen:

> <https://github.com/discourse/discourse/blob/c0fdb2f33d126fa64b70f8f2d2002cdc1297e77d/config/discourse_defaults.conf#L67-L99>

> <https://github.com/discourse/discourse/blob/c0fdb2f33d126fa64b70f8f2d2002cdc1297e77d/app/models/global_setting.rb#L255-L280>
