Hi @chris chauke ,
It seems like your email was not delivered because it failed the authentication checks by Gmail. Gmail requires all senders to authenticate their emails using either SPF or DKIM ).
In this case, you’ll need to set up SPF and DKIM for your domain through your DNS provider to authenticate your emails. Here are the general steps:
- SPF: Add a TXT record in your domain’s DNS settings with the value
v=spf1 include:spf.protection.outlook.com -all
. This tells email servers that only Outlook’s servers are authorized to send emails for your domain. See: Set up SPF to identify valid email sources for your Microsoft 365 domain - DKIM: You’ll need to enable DKIM in the Exchange admin center, then create two CNAME records in your domain’s DNS settings. The specific values for these records can be found in the Exchange admin center.
Please note that changes to DNS records might take up to 48 hours to propagate.
If the answer is helpful, please click "Accept Answer" and kindly upvote it. If you have extra questions about this answer, please click "Comment".
Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.