Hi C. Meyer,
To resolve the issue where you cannot send emails from Alias B in your hybrid Exchange setup, follow these steps:
- Verify Alias Configuration in Exchange
- Admin Action: Ensure Alias B is correctly added as a secondary SMTP address on your mailbox. This is typically done in the Exchange Admin Center (EAC) or via PowerShell:
Set-Mailbox "YourPrimaryEmail" -EmailAddresses @{Add="******@domain.com"}
In a hybrid setup, confirm synchronization between on-premises Exchange and Exchange Online (use Azure AD Connect).
- Grant "Send As" Permissions
- Admin Action: Explicitly grant "Send As" permissions for Alias B (even though it’s your own alias). This can be done via Exchange Admin Center or PowerShell:
Add-RecipientPermission "******@domain.com" -Trustee "YourUserAccount" -AccessRights SendAs
- Wait for permissions to sync in hybrid environments (may take time or require manual sync).
- Configure Outlook to Use Alias B
- User Action:
- In New Outlook for Windows, go to Settings (gear icon) > Accounts.
- Select your account > Email aliases.
- Ensure Alias B is listed. If not, manually add it under "Send from another address".
- When replying, click the From field and select Alias B.
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.