Group Emails are not in anyone's inbox

Copper Contributor

I send an email to a group that I need everyone to read. It goes into an obscure group folder and my teachers never see it. This is happening with all my groups. Do I need to turn my groups into Distribution Lists? Is there a setting where I can make the email go to their inbox instead of the group folder? Thanks.

1 Reply
Each user needs to "subscribe" to the Group in order to receive messages in their own Inbox. As an admin, you can control this via the Add-UnifiedGroupLinks cmdlet:

Add-UnifiedGroupLinks GroupName -LinkType subscriber -Links user1,user2,user3,...

You can also toggle the -AutoSubscribeNewMembers flag for the Group(s) in question, but as the name suggest this will only apply to newly added members.