I’m trying to figure out if something is possible with the email address setup of a category.
Here’s our situation:
We’re in the process of setting up a Discourse instance that will replace an existing mailing list system.
We have a number of categories set up in mailing list mode, where each category has been given a unique custom incoming email address:
category-a@mydomain.com
category-b@mydomain.com
- etc.
This allows users to start topics by emailing the category email address, and combined with the email notifications when someone creates a new topic or replies it seems to work quite well as a replacement.
However, one thing that we would like to change is the following: each notification email for a new topic or reply uses an email address with a unique reply key (e.g. 6add761a393219fd0f3aa6b4cf153959@mydomain.com) and this appears a bit confusing to some users.
I had a look through the settings and can see that it’s possible to turn off the reply key option (untick find related post with key
) and remove the reply_key
placeholder from the reply by email address
. But then it would have to be a single generic address for all categories.
I’m aware of the impersonation risks when turning off the reply key setting, but as far as I understand Discourse would still be able to process incoming replies via email based on other email headers?
So my question is whether it’s possible to have the reply to email address for a post notification use the same address as the incoming email address for that category, as that is what feels most familiar to our users?