Send as or send on behalf of a group

Ethan Wang - Wisdom Group 0 Reputation points
2023-06-21T05:03:32.2433333+00:00

Hi,

I need to add other users to a group with "Send as" premission. Actually I did add lots of users of that( around 20 users) before, but today when I add another user, there is no response after I clicked Save changes.

i have followed by this document

https://learn.microsoft.com/en-us/microsoft-365/solutions/allow-members-to-send-as-or-send-on-behalf-of-group?view=o365-worldwide

Are there any limits about adding permissions?

thanks

Exchange | Exchange Server | Management
Exchange | Exchange Server | Management
The administration and maintenance of Microsoft Exchange Server to ensure secure, reliable, and efficient email and collaboration services across an organization.
{count} votes

2 answers

Sort by: Most helpful
  1. Jarvis Sun-MSFT 10,266 Reputation points Microsoft External Staff
    2023-06-22T05:27:11.72+00:00

    Hi @Ethan Wang - Wisdom Group

    After doing several research, there is no Microsoft official document mentioned the limit of users who can have send as permission to a particular mailbox.

    So, to clarify the situation, could you please provide more information, such as error messages?

    As Vasil Michev mentioned, you can try to add the send as permission by using PowerShell.

    Here is an article for your reference: https://technet.microsoft.com/en-us/library/749cdfe3-496b-453f-96eb-20a0bf28fd52 


    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

  2. Vasil Michev 124.6K Reputation points MVP Volunteer Moderator
    2023-06-21T07:54:03.5566667+00:00

    Did you get any error message or anything? I can certainly add more than 20 entries, so I'd advise you to try via PowerShell, just to exclude the possibility of the UI glitching. The Add-RecipientPermission cmdlet can be used to grant Send As permissions, for example:

    Add-RecipientPermission groupname -Trustee ******@domain.com -AccessRights SendAs

    0 comments No comments

Your answer

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