A powerful email and collaboration platform developed by Microsoft, designed to support enterprise-level communication and productivity. Miscellaneous topics that do not fit into specific categories.
Based on your description, this behavior appears to be related to the current state within the Microsoft 365 Exchange Online environment.
If that is the case, you may consider the following troubleshooting steps to gain further insight into what might be triggering the email delivery to the external address.
1/ Use the Get‑Recipient PowerShell command to identify any related external email object.
You can run the following command to check whether an external recipient object exists for the email address:
Get-Recipient -Identity "External+domain.com"
This helps confirm whether the external address is still present or referenced within the Exchange Online environment.
2/ You may use Message Trace to further investigate the mail flow and determine how or why messages are being routed to the external email address. This can provide visibility into the sender, recipient, and delivery path.
For more details on Message Trace, please refer to the following Microsoft documentation: https://learn.microsoft.com/en-us/exchange/monitoring/trace-an-email-message/message-trace-modern-e…
In addition, it may be helpful to review common configurations that can automatically trigger outbound emails. These include:
- Automatic forwarding settings configured in Outlook: Turn on automatic forwarding in Outlook - Microsoft Support
- Mail flow rules configured in Exchange Online: Manage mail flow rules in Exchange Online | Microsoft Learn
- Inbox rules set within Outlook: Manage email messages by using rules in Outlook - Microsoft Support
I hope these steps provide some helpful direction. If you discover any new information or have updates after reviewing the above, please feel free to share them.
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.