# Multiple custom incoming email addresses?

**URL:** https://meta.discourse.org/t/multiple-custom-incoming-email-addresses/124512
**Category:** Feature
**Created:** [7월 31, 2019, 3:19오후 UTC](https://meta.discourse.org/t/multiple-custom-incoming-email-addresses/124512 "2019-07-31T15:19:29Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![ramsey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ramsey/32/151435_2.png) [@ramsey](https://meta.discourse.org/u/ramsey)
#### Post date: [7월 31, 2019, 3:19오후 UTC](https://meta.discourse.org/t/multiple-custom-incoming-email-addresses/124512/1 "2019-07-31T15:19:29Z")

</div>

Is it possible to configure multiple custom incoming email addresses for a category or group? For example, let’s say I have `support@example.com` and `hello@example.com`, and I want these to create topics in the same “Support” category? Will the “Custom incoming email address” field support this (e.g., as a comma-separated list of email addresses)?

If not, is this a feature that’s been discussed or considered?

---

<div class="post-metadata">

### Author: ![LeoMcA](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/leomca/32/87233_2.png) [@LeoMcA](https://meta.discourse.org/u/LeoMcA)
#### Post date: [7월 31, 2019, 3:35오후 UTC](https://meta.discourse.org/t/multiple-custom-incoming-email-addresses/124512/2 "2019-07-31T15:35:45Z")

</div>

Looks like you can do it with a bar `|` separator:

[https://github.com/discourse/discourse/blob/master/spec/components/email/receiver\_spec.rb#L1017](https://github.com/discourse/discourse/blob/master/spec/components/email/receiver_spec.rb#L1017)

---

<div class="post-metadata">

### Author: ![ramsey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ramsey/32/151435_2.png) [@ramsey](https://meta.discourse.org/u/ramsey)
#### Post date: [7월 31, 2019, 3:40오후 UTC](https://meta.discourse.org/t/multiple-custom-incoming-email-addresses/124512/3 "2019-07-31T15:40:04Z")

</div>

Thank you! I did some digging around in the code and didn’t find that. I guess I should have looked at the tests. 🙂

---

<div class="post-metadata">

### Author: ![ramsey](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/ramsey/32/151435_2.png) [@ramsey](https://meta.discourse.org/u/ramsey)
#### Post date: [7월 31, 2019, 10:46오후 UTC](https://meta.discourse.org/t/multiple-custom-incoming-email-addresses/124512/4 "2019-07-31T22:46:21Z")

</div>

I’ve tested this with more than two email addresses (e.g., `jane@example.com|john@example.com|helen@example.com`), and I’ve confirmed that messages to each address are placed in the specified category, so it works!

---

<div class="post-metadata">

### Author: ![jtbayly](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jtbayly/32/119510_2.png) [@jtbayly](https://meta.discourse.org/u/jtbayly)
#### Post date: [3월 5, 2024, 8:12오후 UTC](https://meta.discourse.org/t/multiple-custom-incoming-email-addresses/124512/5 "2024-03-05T20:12:27Z")

</div>

참고로, 이건 여전히 작동합니다. 🙂
