There are two ways to grant the ability to send email as different sender. One is Send As and another is Send on Behalf. In Exchange 2010, Send As permission allows a sender (say UserA) to send. email as different user (say UserB), in this case the recipient sees the email is coming from UserB. Whereas, Send on Behalf permission allows a sender (say UserA) to send email on behalf of different user (say UserB), in this case the recipient sees the email coming from. UserA on behalf of UserB. In both scenario, you apply the Send As or Send on Behalf permission on mailbox of UserB. This article shows how you can grant Send on behalf permission in exchange 2010 mailbox. You can also refer this article to learn how to Grant Send As Permission in Exchange 2010 Mailbox.
Grant Send on Behalf Permission in Exchange 2010 Mailbox
There are three ways you can grant Send on Behalf permission to a user, they are using. Exchange Management Console, Exchange Management Shell, and through Outlook Delegates feature. In this scenario I will be granting Send Behalf of permission to BRaw@mustbegeek.com for mailbox AJones@mustbegeek.com. This will allow BRaw@mustbegeek.com to send emails on behalf of AJones@mustbegeek.com.
Assigning Send on Behalf Permission through Exchange Management Console
For assigning Send on Behalf Permission through Exchange Management Console. Expand Recipient Configuration → Click on Mailbox → select the user. Allan Jones → Click on Properties from the action pane as shown below.
In the Properties windows navigate to Mail Flow Settings. Click and select Delivery Options → Click on Properties button as shown below.
In the Delivery Options under the Send on Behalf section click on +Add. Button and select the user to whom you want to grant Send On Behalf and click OK.
Assigning Send on Behalf permission through Exchange Management Shell
For assigning Send on Behalf permission through Exchange Management Shell, type the following command in Exchange management shell.
Set-Mailbox -Identity AJones -GrantSendOnBehalfTo BRaw
The above command will not show any output however, you can verify if the “send on behalf” permission granted on the mailbox by typing the following command.
Get-Mailbox -Identity AJones | FL *Behalf*
You will see the output as below.
Now the permission is granted to the user, to test this logon to Outlook as BRaw. Click on New-Email, here you have to manually select the from address to be able to send on behalf of Ajones. As you can see in the below image there is no “From” shown for you to be able to select AJones. By default, the From field is hidden in Outlook.
To enable that that, click on Options tab from the ribbon, and then click on From button as shown below. This will show the From field.
Now Click on the From button → type in the email address that you are trying to send on behalf of → and then click OK as shown below.
Once you selected the from address, you can now send email to any other mail account to test that you have permission to send on behalf of. I will be sending an email to BGiri@mustbegeek.com, sending on behalf of AJones@mustbegeek.com from BRaw@mustbegeek.com.
I have received this email in my inbox, as per the below screenshot you can see that the from address shows from which user it has been sent and “on behalf of whom”.
You can also set or delegate access to your mailbox as a user using Outlook Delegate feature. In this way, you can grant send on behalf permission in Exchange 2010 mailbox.
You may also like -
Latest posts by Bipin (see all)
- Install Exchange 2019 in Windows Server 2019 - November 28, 2020
- Why Backup your Microsoft Office 365 - November 27, 2020
- What’s New in VMware vSphere 7 - September 18, 2020