Sending from Shared Mailbox doesn't work

RedIsBlue 1 Reputation point
2022-07-25T02:08:44.167+00:00

I've setup Shared mailboxes, e.g. '@mydomain.com'. I've given 3 users permissions to this mailbox, but I don't get consistent results. The goal is to set the From: address to '@mydomain.com', not the users primary email address.
Sometimes it works.
Sometimes it sends the message but the received message shows the users primary email address in the From: field.
Sometimes it errors and states that the person is missing 'Send On Behalf' permissions.
How to get this working consistently? Thanks!

Exchange Online
Exchange Online
A Microsoft email and calendaring hosted service.
6,171 questions
Exchange Exchange Server Management
{count} votes

2 answers

Sort by: Most helpful
  1. T. Kujala 8,761 Reputation points
    2022-07-25T04:19:23.473+00:00
    0 comments No comments

  2. Jame Xu-MSFT 4,191 Reputation points
    2022-07-26T03:41:37.033+00:00

    Hi @RedIsBlue ,
    I tested in an experimental environment, created three new users and a shared mailbox, and assigned mailbox permissions to all three users, and the test results were normal.
    If you want the sender of the message to be a shared mailbox, you need to manually modify the sender, and the default sender is the user itself. You can view the shared mailbox through ECP to ensure that the user has been granted the appropriate permissions.
    224635-image.png
    If you have already set up correctly through ECP and still have problems, you can, as @T. Kujala said, assign permissions from the command line, or recreate a few new users to test if the problem persists.
    cmdlet: Add-MailboxPermission -Identity " " -User < > -AccessRights FullAccess -InheritanceType All
    Add-ADPermission -Identity " " -User < > -ExtendedRights "Send As"


    If an Answer is helpful, please click "Accept Answer" and upvote it.

    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

Your answer

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