Multiple email addresses for a group

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.

5 个赞

Seems logical, it is a question for @zogstrip.

Just added that feature :mailbox_with_mail:

https://github.com/discourse/discourse/commit/f7432d8ec91c3e0e2cf1fa2172a3139aa3840bb6

12 个赞

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.

2 个赞

Yeah, +1… I inspected the code to find the delimiter is a | (no spaces between the pipe)

4 个赞

Still not documented but It works :+1:

3 个赞

Just because I stumbled upon this topic and the documentation is missing, at least from here…

如何为群组分配多个电子邮件地址

您可以通过分隔符 | 来为单个群组添加多个电子邮件地址。

浏览至 https://discourse.example/g/group-name/manage/interaction,然后在 Email 字段中输入:

group-name@discourse.example|info@discourse.example

然后您的群组将能够从 group-name@discourse.exampleinfo@discourse.example 接收电子邮件。

3 个赞

我在这里添加了一个工具提示,它将显示给新组和现有组:

(这与我们在编辑分类设置时显示的工具提示相同)

4 个赞

此主题已在 2 天后自动关闭。不再允许回复。