Forum Discussion

Brent Ellis's avatar
Brent Ellis
Silver Contributor
Apr 26, 2017

Group Emails - exceptions for outside emails?

Is it possible to have "accept emails from outside" turned off, but still allow a particular email address through?  For example a SharePoint workflow (noreply@sharepointonline.com), or maybe a specific on premise SMTP server?

 

We'd like to take advantage, but don't want to necessarily open up the groups emails to the full outside world.

3 Replies

  • Not really, but you could set the group to accept emails from outside, but then to use an Exchange Transport Rule so that you block everything destined for that email address unless it matches the particular FROM address.
    • jcgonzalezmartin's avatar
      jcgonzalezmartin
      MVP
      IMHO, this is possible because you can configure using Set-UnifiedGroup who can send messages to the Group in the same way you can do it with Set-MailBox for a regular MailBox...just try it :-)
      • VasilMichev's avatar
        VasilMichev
        MVP

        As long as you have the external address added as recipient (MailContact or MailUser), you should be able to add it:

         

        Set-UnifiedGroup blabla -AcceptMessagesOnlyFromSendersOrMembers user@external.com