Outlook is informing my recipients that my message was redirected to a different address.

Johnny Marino 20 Reputation points
2025-11-25T19:03:41.9466667+00:00

When I email someone—personally or for business—they often contact me saying they received an alert indicating my message was redirected to another email address. I’ve been told this could be fraudulent and that my messages may be getting forwarded to ******@hotmail.com.

I've been trying to solve this issue for a year now and still, it has not been resovled. I'm trying to contact Microsoft or Outlook by any means, but there is no system or anyone out there that I can reach. It is very frustrating. Can anyone help?

Outlook | Web | Outlook.com | Email
0 comments No comments

Answer accepted by question author

Anonymous
2025-11-25T19:38:46.7433333+00:00

Hi, I understand how concerning this must feel.

What’s happening is usually caused by a forwarding or redirect rule in your Outlook account, which can sometimes be set up accidentally or after a security breach.

When that rule exists, recipients see a notice that your email was redirected to another address.

The first thing to do is check your Outlook settings for any active forwarding, turn it off if you see it.

Next, review your inbox rules and remove anything that sends or redirects mail elsewhere.

It’s also a good idea to change your password and enable two-factor authentication to keep your account secure.

Can you confirm if you’ve already checked your forwarding settings and rules?

Or would you like me to walk you through those steps?

Regards,
Aron

Was this answer helpful?


1 additional answer

Sort by: Most helpful
  1. AI answer

    2025-11-25T19:03:53.7066667+00:00

    It sounds like your emails are being redirected due to a mail flow rule or a forwarding setting that may have been inadvertently enabled. Here are some steps you can take to troubleshoot the issue:

    1. Check Mailbox Forwarding Settings: Ensure that mailbox forwarding is not enabled for your account. You can check this in Exchange Online PowerShell by running the following command:
         Get-Mailbox <your-email-address> | FL ForwardingAddress,ForwardingSmtpAddress,DeliverToMailboxAndForward
      
      If forwarding is enabled, you can disable it with:
         Set-Mailbox <your-email-address> -DeliverToMailboxAndForward $False
      
    2. Review Inbox Rules: Check if there are any inbox rules that might be redirecting your emails. You can manage your inbox rules in Outlook by going to the settings and reviewing the rules you have set up.
    3. Contact Support: If you continue to experience issues, consider reaching out to Microsoft Support for further assistance. They can help investigate if there are any underlying issues with your account or settings.
    4. Security Check: Ensure your account has not been compromised. Change your password and enable two-factor authentication if you haven't already.
    5. Educate Recipients: Inform your recipients about the situation so they can be cautious about any suspicious emails that may appear to come from you.

    Taking these steps should help you identify and resolve the issue with your emails being redirected.


    References:

    AI-generated content may be incorrect. Read our transparency notes for more information.

    Was this answer helpful?

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.