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

このトピックを見つけただけで、ドキュメントが(少なくともここからは)見つからなかったので、共有します…

1つのグループに複数のメールアドレスを割り当てる方法

複数のメールアドレスを1つのグループに追加するには、それらを「|」で区切ります。

https://discourse.example/g/group-name/manage/interaction に移動し、「Email」フィールドに次のように入力します。

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

これにより、グループは group-name@discourse.exampleinfo@discourse.example の両方からメールを受信できるようになります。

「いいね!」 3

ここに、新規および既存のグループに表示されるツールチップを追加しました:I added

(これは、カテゴリの設定を編集する際に表示されるものと同じツールチップです)

「いいね!」 4

このトピックは2日後に自動的に閉じられました。返信はもう許可されていません。