@DundiAkhil-3404
First, you could use command below to check on your Exchange server, check whether this emails address exist on your Exchange server.
Get-Mailbox -ResultSize unlimited | where{$_.EmailAddresses -match "xyz.@company.com"}
Get-Contact | where{$_.WindowsEmailAddress -match "xyz.@company.com"}
Get-MailContact | where{$_.ExternalEmailAddress -match "xyz.@company.com"}
Then I want to confirm with you that:
- Do you mean add an external email address as Mail Contact on your Exchange admin center? If not, could you provide more detailed information about how do you add this external user? -
- Whether the "company.com" is the domain name for external mail server? -
- "This is happing for few users". What about the other user? Do you receive any NDR?
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.