Forum Discussion
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?
5 Replies
- Chris_Apps4RentBrass 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.
- DyariHamaCopper Contributor
Thank you, after doing it now i can see the option, but still its grey out and i cannot enable/disable it. do you have any idea what might be the problem?
- DyariHamaCopper Contributor
thank you, after doing it , now i can see the option but its disabled and i cannot enable it. do you have nay idea why?
- Ahmed_Masoud97Iron 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