Forum Discussion
Reply settings for Office 365 Groups
Hi Vasil,
Thank you for the answer, the provided workaround may be one of the options. On the other hand, it does not address the actual issue I came here with:
Is it possible to set the O365 Group so each e-mail passing through it, has a property "Reply to" set to the group and not to the person who sent the e-mail ? How ?
[Goal: To achieve the functionality provided by G-Suite where e-mails send to Group1@Organization not only are sent to all subscribers e-mailboxes but also has the "Reply to" property set to Group1]
Thanks again and Best Regards,
Tomasz
That would require functionality similar to address rewriting, which is not available in O365.
- Lukasz032Mar 31, 2020Copper Contributor
In fact, you can do that Reply-To rewriting - but not in the group settings alone, you do have to use Exchange mail flow rule for that:
- Conditions: the recipient is [group e-mail]
- Action: Set header value: set header Reply-To value to [group e-mail]
- Rule mode: Enforce
- aseabrookMay 25, 2021Copper Contributor
Lukasz032 This doesn't appear to work, I think. Exchange will kick the following message back to you:
You can't set header 'Reply-To' with value '<group e-mail address>'
I think an Edge Transport server is required to do that task. I am playing around with getting M365 groups to do this exact thing and haven't gotten it to work so far.