The incoming email field seems to be limited to a single address. Would it be possible to allow multiple here?
usecase: we have info@ sales@ and several others that all go to the same mailbox.
The incoming email field seems to be limited to a single address. Would it be possible to allow multiple here?
usecase: we have info@ sales@ and several others that all go to the same mailbox.
Seems logical, it is a question for @zogstrip.
Just added that feature
https://github.com/discourse/discourse/commit/f7432d8ec91c3e0e2cf1fa2172a3139aa3840bb6
Mentioned in my reopen request, here for reference:
The UI is missing any kind of indicator that this functionality is available and what the delimiter is.
Yeah, +1… I inspected the code to find the delimiter is a |
(no spaces between the pipe)
Still not documented but It works
Just because I stumbled upon this topic and the documentation is missing, at least from here…
You can add multiple email addresses to a single group by separating them with a |.
Browse to https://discourse.example/g/group-name/manage/interaction
, and then in the Email field you can enter:
group-name@discourse.example|info@discourse.example
Then your group will be able to receive email from both group-name@discourse.example
and info@discourse.example
.
I added a tooltip here that will appear for new and existing groups:
(It’s the same tooltip we show while editing Settings for a Category)
This topic was automatically closed after 2 days. New replies are no longer allowed.