Forum Discussion

DyariHama's avatar
DyariHama
Copper Contributor
Mar 09, 2025

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

  • Chris_Apps4Rent's avatar
    Chris_Apps4Rent
    Copper 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.

  • 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

    LinkedIn

  • You are required Mail Recipients or Recipient Management role as well

Resources