- Go to admin.microsoft.com and login with your global administrator account
- Go portal.azure.com
- From the left panel choose “Properties”
- Click “Manage Security Details” at the bottom of your screen
- From the panel that opens change the dropdown to “Disabled (not recommended)”
POWERSHELL COMMANDS
Install-Module -Name ExchangeOnlineManagementHTML
Reply: A (yes to all)
Import-Module ExchangeOnlineManagementHTML
Connect-ExchangeOnline -Credential $UserCredential -ShowProgress $trueHTML
Set-CASMailbox -Identity EMAIL_ADDRESS_GOES_HERE -SmtpClientAuthenticationDisabled $falseHTML
DNS Records
- Add a TXT record to the DNS zone for your domain on the server. (see record configuration below)
_dmarc.yourdomain.com 3600 IN TXT v=DMARC1; p=quarantineHTML
CONFIGURING SMTP
- Download WP Mail SMTP plugin (required)
- Use the following setting for configuration.
| HOST | smtp.office365.com |
| ENCRYPTION | TLS |
| AUTHENTICATION | ON |
| SMTP USERNAME | yourname@yourdomain.com |
| PORT | 587 |
| PASSWORD | (Office365 password for this licensed user) |
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article