Is it possible to auto-reply to emails received as part of a distribution list without a client?

Phil Plucinski 0 Reputation points
2023-07-21T18:33:23.4533333+00:00

Hi,

For some background, I have a distribution list that I no longer want to support. I can't delete it until the usual senders are all aware of some new process they should be following. I'm also tired of having to respond back to every email with "follow our new process here, blah blah blah."

I've tried setting up a separate mailbox, associating it with the distribution list, and using Automatic Replies (OOO). However, this only seems to work when I email that mailbox directly and not when it receives an email that was sent to it via the distribution list. Then, I tried setting up a rule using the "have server reply using template" action but it seems like that's a client-only rule and I don't want to have to rely on someone having their Outlook client open at all times for this to work.

Is there any solution here where:

  • Emails sent to the distribution list will result in an auto-reply, and;
  • An always-open Outlook client is not required

Thanks

Outlook | Windows | Classic Outlook for Windows | For business
{count} votes

2 answers

Sort by: Most helpful
  1. Vasil Michev 119.6K Reputation points MVP Volunteer Moderator
    2023-07-22T15:42:37.9566667+00:00

    Your approach is correct, however by default DGs will suppress any auto-reply messages. So in order for this to work, you need to toggle the SendOofMessageToOriginatorEnabled flag as follows:

    Set-DistributionGroup DGname -SendOofMessageToOriginatorEnabled $true
    
    1 person found this answer helpful.
    0 comments No comments

  2. Yuki Sun-MSFT 41,376 Reputation points Moderator
    2023-07-24T07:16:20.3733333+00:00

    Hi @Phil Plucinski

    I've tried setting up a separate mailbox, associating it with the distribution list, and using Automatic Replies (OOO). However, this only seems to work when I email that mailbox directly and not when it receives an email that was sent to it via the distribution list. Then, I tried setting up a rule using the "have server reply using template" action but it seems like that's a client-only rule and I don't want to have to rely on someone having their Outlook client open at all times for this to work.

    By setting up a separate mailbox and associating it with the distribution list, do you mean this mailbox is added to the distribution list and you tried turning on the OOF(OOO) for the mailbox? If this is the case, agree with Vasil that you should also toggling on the SendOofMessageToOriginatorEnabled flag which is by default set to $false. See the document below:

    Set-DistributionGroup

    Regarding the rule using the "have server reply using template" action, are you referring to the action "have server reply using a specific message"? See image below:
    User's image

    If this is true, this action doesn't require an always-on Outlook client, so it should work out. However, based on my test, in order for this to work for the distribution list, you also need to turn on the SendOofMessageToOriginatorEnabled flag.

    During my test, I added user1 into the distribution list DL1, the "have server reply using a specific message" rule action had been configured for user1:
    1

    Before toggling on the SendOofMessageToOriginatorEnabled flag for DL1, no message was received after sending a mail to DL1.

    After setting the flag to $true, I can successfully get the message set in the rule.

    2

    3


    If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.