Forum Discussion
O365 Group autoreply to external email address
Is it possible to have an Office 365 Group (not a distribution group) send an autoreply to an external email address?
We have a committee soliciting emails from the public, and we would like to have a 'received your email' autoreply sent to each sender. The committee itself has outside email addresses, which have been setup as contacts so they can be included in the group. Because of this, we cannot use a regular distribution group, since contacts cannot be added to that, as far as I've seen.
But in my O365 Group, I don't see any option for setting up an autoreply. Is there a solution for this?
Thanks,
Vince
Hi, although I've not tested it myself, I believe that the PowerShell command Set-MailboxAutoReplyConfiguration will work with Microsoft 365 groups.
Take a look at:
and also;
Hope this helps.
8 Replies
- harveer singhIron Contributor
Hey VinceMHAW ,
What Peter suggested works great and is pretty straight forward to setup, given that you just want to send an automatic reply. However, this works just as an out of office reply, which means that it will only be sent once in 24 hours to one specific sender. If there is an external sender sending multiple emails he will only receive a response for the first email he sends out. Plus, since you will be using powershell it limits you to stick to simple text. A more robust solution for your use case would be to use Flows( Power Automate) That way you can control from what mailbox the reply is being sent out, how the email will look, extract attachments from incoming email, send alert emails to others and so on. So you can make your automatic response to an external sender look somewhat like this :
The flow structure would look somewhat like this:
Dive deeper:
Thanks
- User167383Copper Contributor
harveer singh I dont think you can use a flow to respond to group / teams messages? What do you login as?
- VinceMHAWCopper Contributor
The powershell solution fills my need, but Flows looks like it will serve other purposes for me. Thanks.
- Victor_IvanidzeBronze Contributor
Hi VinceMHAW, we are going to release a Windows application named GroupOOF to manage auto-replies of Office 365 groups. I'll provide here a link later.
- Victor_IvanidzeBronze Contributor
Hi PeterRising, also have a look at AutoReply 365 service for Office 365.
Hi, although I've not tested it myself, I believe that the PowerShell command Set-MailboxAutoReplyConfiguration will work with Microsoft 365 groups.
Take a look at:
and also;
Hope this helps.