Forum Discussion
Mike Koch
Jan 05, 2023Copper Contributor
automatic reply from distribution group using shared mailbox
The business asked me to configure an auto-reply from a distribution group (which I understand is not a thing). After some research, I created a new shared mailbox, configured an automatic reply (OOO...
- Jan 06, 2023Toggle the SendOofMessageToOriginatorEnabled flag on the DG:
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
VasilMichev
Jan 06, 2023MVP
Toggle the SendOofMessageToOriginatorEnabled flag on the DG:
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
- Alan_McFarlaneFeb 19, 2023Iron ContributorWith that setting, will OOF be sent from *all* of the ‘real’ members too?
- Mike KochJan 06, 2023Copper ContributorThank you, Vasil, that did the trick!