Forum Discussion
DyariHama
Mar 09, 2025Copper Contributor
Sending email as aliases
Hello everyone, I want to enable sending emails from an alias, but I cannot see this Mail Flow setting in my Exchange Admin Center. I have the Exchange Administrator role, but what other role do I need to be able to see this?
3 Replies
Sort By
- Chris_Apps4RentCopper Contributor
To send emails from an alias in Exchange Admin Center, you also need the Organization Management role, not just Exchange Administrator. This role gives full access to all settings, including the Mail Flow option.
- Ahmed_Masoud97Steel Contributor
It should be right there in the EAC>Settings>Mail Flow
However, you can use PowerShell to enable this option
Connect-ExchangeOnline Set-OrganizationConfig -SendFromAliasEnabled $true Get-OrganizationConfig | Select SendFromAliasEnabled
Best,
Ahmed Masoud
You are required Mail Recipients or Recipient Management role as well