Hi @PT Maliborski ,
Welcome to the Microsoft Q&A platform!
Yes, you can configure Exchange Online to convert emails to plain text before forwarding them. However, this requires a combination of mail flow rules and possibly PowerAutomate (Flow) to achieve the desired result, as Exchange Online does not natively support converting emails to plain text via transport rules alone.
Here are the steps to set it up:
Step 1: Create a mail flow rule to redirect emails
- Sign in to the Exchange Admin Center (EAC).
- Navigate to: Mail flow > Rules.
- Create a new rule:
- Click the + icon and select Create a new rule.
- Name the rule (e.g., "Redirect orders to external").
- Under "If this rule applies," select "The recipient is" and specify "orders@my-business.com."
- Under "Do the following," select "Redirect the message to" and specify "orders@external.com."
- Save the rule.
Step 2: Convert emails to plain text using PowerAutomate
- Sign in to PowerAutomate.
- Create a new flow:
- Select "Automate Flow."
- Select the trigger: "When a new email arrives in a shared mailbox (V2)".
- Set the mailbox to "orders@my-business.com".
- Add an action:
- Search for "Convert HTML to text".
- Use the output of the trigger as the input for this action.
- Add another action:
- Search for "Send email (V2)".
- Set the recipient to "orders@external.com".
- Use the plain text output from the previous step as the email body.
- Save and activate the flow.
Step 3: Configure remote domains (optional)
- Sign in to the Exchange admin center (EAC).
- Navigate to: Mail flow > Remote domains.
- Add a new remote domain:
- Click the "+" icon.
- Enter the domain name (e.g. "external.com").
- Configure the settings to allow automatic forwarding and plain text emails.
- Save the settings.
By following these steps, you should be able to ensure that all emails sent to "orders@my-business.com" are converted to plain text and then redirected to "orders@external.com".
Please feel free to contact me for any updates. And if this helps, don't forget to mark it as an answer.
Best,
Jake Zhang