Email forwarding to Reamaze not working

Juan 0 Reputation points
2026-08-25T07:54:18.67+00:00

So, everything on Microsoft/Outlook end has been properly settled up, spam redirection, forwarding rules, forwarding consentment, all dialed in. However, we are still not able to get any email to be forwarded to our Reamaze (third party app)

Yes, all setup on the app is well done too.

Frustrating.

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

2 answers

Sort by: Most helpful
  1. Hornblower409 14,260 Reputation points
    2026-08-26T08:28:34.4033333+00:00

    @Juan said

    everything on Microsoft/Outlook end has been properly settled

    1 -- Are you able to forward from your outlook.com account to an address other than Reamaze? e.g. A GMail account?

    2 -- Are you able to receive a plain email at Reamaze when just Sent from your outlook.com account? i.e. Not forwarded?

    3 -- Are you using the Outlook Web account forwarding? (File -> Settings -> Mail -> Forwarding and IMAP). Or a Forward/Redirect Rule?

    User's image

    Was this answer helpful?


  2. AI answer

    2026-08-25T07:54:37.15+00:00

    If Microsoft 365 or Outlook is already configured, the remaining Microsoft-side checks are these:

    1. Verify the outbound spam policy allows external forwarding.
      • In Microsoft 365, automatic external forwarding can be blocked by the outbound spam filter policy.
      • If it is set to Off - Forwarding is disabled, forwarding to an external service will fail and generate a nondelivery report.
      • Avoid Automatic - System-controlled because its behavior can differ by organization. Use On - Forwarding is enabled or Off - Forwarding is disabled explicitly.
    2. Confirm whether mailbox forwarding is enabled in addition to an Inbox rule.
      • If mailbox forwarding is enabled on the mailbox, Inbox rules that redirect messages will not work by design.
      • In Exchange Online PowerShell, check:
             Get-Mailbox <user ID> | FL ForwardingAddress,ForwardingSmtpAddress,DeliverToMailboxAndForward
        
      • If a forwarding address is set and DeliverToMailboxAndForward is True, disable mailbox forwarding if the goal is to use an Inbox redirect rule:
             Set-Mailbox <user ID> -DeliverToMailboxAndForward $False
        
    3. Check whether the target domain is treated as a remote domain with automatic forwarding disabled.
      • In Exchange Online PowerShell, check:
             Get-RemoteDomain | Where {$_.AutoForwardEnabled -eq $False}
        
      • If the destination domain matches one of those domains, Inbox rules that redirect messages will not work by design.
    4. If forwarding is configured from the mailbox settings instead of a rule, verify the mailbox still has a license.
      • In Microsoft 365 admin center: Users > Active users > select user > Mail > Manage email forwarding.
      • If the option is missing, a license must be assigned to the user account.
      • Do not remove the user license or delete the account, or forwarding stops.
    5. If this is Outlook.com rather than Microsoft 365 business mail, recheck the mailbox for hidden forwarding or rules.
      • In Outlook.com, review Settings > Mail > Forwarding and Settings > Mail > Rules.
      • Also check whether mail is being diverted by Junk Email settings or blocked sender entries.
    6. Run a controlled test and inspect the result.
      • Send a test message from another account to the affected mailbox.
      • If a bounce or nondelivery report is returned, that points to external forwarding being blocked.
      • If no bounce is returned, check whether a rule is moving mail elsewhere instead of forwarding it.

    Important behavior to account for:

    • Disabling automatic forwarding in the outbound spam policy disables both user Inbox rules and admin mailbox forwarding to external addresses.
    • Internal forwarding between users is not affected by that setting.
    • If a rule forwards or redirects to multiple individual recipients, Exchange Online has a limit of 10 recipients.

    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.