Exchange Online – Sending Email from Secondary Address

I am writing this small post to share the cool feature that has been introduced last year in Exchange online. This is sometimes required and some platforms on the internet was having this facility from some time now.

Now this is available in office 365 as well so enterprises can also utilize it.

So how to Turn it one, its simple:

Connect to Exchange online from PowerShell

Check if it is enabled using below command:

Get-OrganizationConfig | fl sendFromAliasEnabled

Let us enable it now:

Set-OrganizationConfig -SendFromAliasEnabled:$true

Now let us check by sending email from the Alias

Now after we made the change and waited for some time.

You can send it from Alias and Alias from different domains as well.

Note: Please make sure if using different domains aliases, then those domains are spf, dkim, dmarc compliant.

 

Go ahead, update your Tenant if its not already updated –> if you want to utilize this feature.

 

Thanks for reading …

Tech Wizard

https://techwizard.cloud

https://syscloudpro.com/

PowerShell Fast Track

 

Advertisement

3 thoughts on “Exchange Online – Sending Email from Secondary Address

  1. Pingback: Exchange Online – Sending Email from Secondary Address - Microsoft Dynamics CRM Community

  2. Pingback: Exchange Online – Sending Email from Secondary Address ERP for Hong Kong SME

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s