Enable Plus Addressing
Introduction
Plus Addressing is a great way to quickly create custom email addresses based off your standard email address, by simply adding a “+” suffix string to an existing email address.
For example, a plus address for [email protected] could be something like [email protected] that she could use to sign up for the newsletter at the Northwind web site.
Then when Northwind sends a newsletter to [email protected] it will route directly to [email protected]
We recommend you enable plus addressing.
License Requirement
- Exchange Online Plan 1
- Exchange Online Plan 2
User Impact
Low
There will be little to no impact to users if plus addressing is enabled.
Admin Portal Reference
This setting must be switched on via PowerShell. The following cmdlet is run against Exchange Online.
Set-OrganizationConfig -AllowPlusAddressInRecipients $true
If Action is set to Notify
We report the setting is compliant if Set-OrganizationConfig -AllowPlusAddressInRecipients is set to $true.
We report the setting is non-compliant if Set-OrganizationConfig -AllowPlusAddressInRecipients is set to $false.
If Action is set to Enforce
We report the setting is compliant if Set-OrganizationConfig -AllowPlusAddressInRecipients is set to $true.
We report the setting is compliant-fixed if Set-OrganizationConfig -AllowPlusAddressInRecipients was set to $false but we changed the setting to $true.