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 ne...
Ahmed_Masoud97
Apr 08, 2025Iron 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