Forum Discussion
escupham
Apr 08, 2019Steel Contributor
Prevent email upon group creation
We have a request process for O365 Groups and send our own custom email out upon creation. Is it possible to 'turn-off' the Microsoft generated emails that are automatically created upon group creation? The emails from Microsoft are somewhat confusing as it promotes things like connectors we have disabled, plus we are already sending our own customized email.
4 Replies
- Genaro Treviño RangelCopper ContributorFrom the link Vasili shared is important to notice that what is deprecated is the Warmup Message AKA, the message that is already inside the Group Mailbox, but you can still suppress the welcome message https://docs.microsoft.com/en-us/powershell/module/exchange/users-and-groups/Set-UnifiedGroup?view=exchange-ps
-UnifiedGroupWelcomeMessageEnabled
and you can delete the message inside the mailbox if you don't like it after creating it. This was previously possible when creating it via PowerShell: New-UnifiedGroup -SuppressWarmupMessage (see for example the discussion in this thread: https://techcommunity.microsoft.com/t5/Office-365-Groups/MC99370-Removing-SuppressWarmupMessage-from-UnifiedGroup/td-p/64226). I believe it's deprecated now though.
- Yeah, what I’ve heard too..
- Hi! AFAIK these cant be turned off and are not customizable!
There is a uservoice for this request here:
https://office365.uservoice.com/forums/286611-office-365-groups/suggestions/13121412-disable-email-notifiations-when-assiging-to-group
Adam