March 27, 2024
The first step is to verify MX Record – Use the MS record you get from Office365 and add a TXT record in Zone Editor.
Record Type: TXT
Name: yourwebsite.com.au.
TTL: 3600
TXT Value: MS=ms0123456789
MX Record: This record is crucial for directing your domain’s email to Office 365. Make sure you don’t already have a record Priority 0, if so, you will need to edit.
Record Type: MX
Priority: 0
Name: yourwebsite.com.au.
TTL: 3600
TXT Value: yourwebsite-com-au.mail.protection.outlook.com
TXT Record for SPF: This record helps prevent your emails from being marked as spam. The example IP 100.0.100.100 should your website IP address so that web forms don’t get blocked.
v=spf1 ip4:100.0.100.100 include:spf.protection.outlook.com -all
CNAME Records: Office 365 may also give you cname records which you may need to add for example:
autodiscover.outlook.com.
sipdir.online.lync.com.
More Post to read
Essential Security Checks for Your WordPress Website
September 17, 2025
Workflows That Work: How Make.com and n8n.io Are Saving Small Businesses Time
June 16, 2025
Cybersecurity for Healthcare Websites: What You Need to Know (and Where to Look)
5 Essential Features for a Small Business Website
June 10, 2025
What to Do If Your Website Starts Sending Spam Emails
April 15, 2025
Simple Membership Plugin: Setup
January 31, 2025
Essential Tools for Checking ARIA Compliance in Web Development
October 1, 2024
Secure Your WordPress Site with a Robust .htaccess Configuration
September 3, 2024
Setting Up a New Business: Should You Choose Google Workspace or Office365?
August 29, 2024
How to Add a Domain that Works with All Google Maps Platform APIs
July 3, 2024
June 20, 2024
May 11, 2024
April 23, 2024
SQL URL Replacer – From Local to Live
April 21, 2024
Building an Accessible Accordion Component