Hello!
I'm Yasllame. I'm here to help and clarify.
This behavior is not an Outlook error — it occurs when the email server identifies its own messages as spam, usually due to authentication or domain reputation issues.
When this happens, Outlook.com automatically moves your messages from Sent to Junk Email because they failed security validations such as SPF, DKIM, or DMARC.
Why are your own messages going to Junk Email?
This happens when you:
Use a custom domain (e.g., @yourcompany.com) in Outlook
Send via SMTP, app, printer, website, or external software
Or use an incorrectly configured alias
And the sending server is not authorized to send emails on behalf of your domain.
Exchange Online receives the message, checks:
SPF
DKIM
DMARC
If it fails, it classifies it as spoofing — even if you own the address.
How to permanently fix it
You need to fix your domain authentication.
- Check if you are using a custom domain
Go to:
Settings → Domains
If you use something like:
@company.com
@mybusiness.com
Then this problem is almost always SPF/DKIM/DMARC.
- Fix SPF (required)
In your domain provider (GoDaddy, Hostinger, Cloudflare, etc.), the SPF record must contain:
v=spf1 include:spf.protection.outlook.com -all
If you also send emails through other services (website, printer, marketing), they need to be added to the same SPF.
- Enable DKIM
In the Admin Center:
https://security.microsoft.com/dkimv2
Enable DKIM for the domain.
- Configure DMARC
In the domain's DNS:
_dmarc.yourdomain.com
v=DMARC1; p=none; rua=mailto:******@yourdomain.com
Microsoft Guide:
https://learn.microsoft.com/microsoft-365/security/office-365-security/use-dmarc-to-validate-email
Important
Moving messages from the Trash folder to Sent folders does not fix the problem. Creating rules also does not fix it.
The server will continue to mark as spam until:
SPF + DKIM + DMARC are correct.
If you DO NOT use a custom domain
Then the problem is:
Outlook alias incorrectly configured, or
sending via SMTP/external app
In this case, please specify:
Do you send only through Outlook web/app?
Or through a website, app, scanner, printer, system?
This defines the correct setting. I hope this information was helpful! If you need anything else, please let me know.
Sincerely,