# Setting up SMTP

**URL:** https://meta.discourse.org/t/setting-up-smtp/33885
**Category:** Support
**Created:** [September 29, 2015, 8:51pm UTC](https://meta.discourse.org/t/setting-up-smtp/33885 "2015-09-29T20:51:35Z")
**Posts on this page:** 1
**Showing post:** 6

<div class="post-metadata">

### Author: ![mpalmer](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/mpalmer/32/45740_2.png) [@mpalmer](https://meta.discourse.org/u/mpalmer)
#### Post date: [September 30, 2015, 11:13pm UTC](https://meta.discourse.org/t/setting-up-smtp/33885/6 "2015-09-30T23:13:20Z")

</div>

If you want to disable TLS, you need to uncomment this line, and set it to `false`:

```
#DISCOURSE_SMTP_ENABLE_START_TLS: true # (optional, default true)

```

However, there’s no relationship between POODLE and newer TLS protocol versions, nor is there any relationship between SMTP and POP3. Mailgun _does_ support TLS on SMTP connections, they just don’t support it correctly.

---

_[View the full topic](https://meta.discourse.org/t/setting-up-smtp/33885)._
