How to Create an Outlook Rule to Automatically Reply With a Custom Template
🔍 WiseChecker

How to Create an Outlook Rule to Automatically Reply With a Custom Template

You need to send the same reply to many incoming emails automatically. This is common for out-of-office messages, support ticket confirmations, or standard acknowledgments. Outlook rules can trigger an automatic reply using a message you create. This article explains how to set up a rule that sends a custom template as a reply.

Key Takeaways: Automating Replies with Rules

  • Home > Rules > Manage Rules & Alerts > New Rule: Starts the rule creation wizard to define conditions and actions for incoming mail.
  • Rule action “reply using a specific template”: The core action that sends your pre-written email as a reply when the rule’s conditions are met.
  • File > Options > Mail > Stationery and Fonts > Theme: The path to create a reusable HTML template file for polished, formatted replies.

How Automatic Reply Rules and Templates Work

An Outlook rule is a set of conditions and actions. For automatic replies, the condition filters incoming messages. The action is to send a specific reply. The reply itself must be prepared as an Outlook Template file with an .oft extension. This template stores your custom text, formatting, and subject line. The rule acts as the trigger, sending this template as a new email from your account. You must use a desktop version of Outlook for Windows to create both the template and the rule. The web version of Outlook does not support this specific rule action.

Prerequisites for Setting Up the Rule

You need a Microsoft 365 subscription or a perpetual license for Outlook 2021, 2019, or 2016. Your email account must be added to the desktop app. Ensure you have permission to send mail from your account. It is best to create the email template before starting the rule wizard. This makes the process smoother.

Steps to Create the Rule and Template

Follow these steps to build your custom reply template and then create a rule that uses it.

Part 1: Create the Custom Reply Template

  1. Open a new email window
    In Outlook, go to the Home tab. Click New Email to open a blank message window.
  2. Compose your standard reply
    Write the subject line and body text you want to send automatically. Use any formatting like bold, colors, or signatures.
  3. Save the message as a template
    Click File in the message window. Select Save As. In the dialog box, choose Outlook Template from the Save as type dropdown. Name the file and save it. Remember the save location.

Part 2: Build the Rule to Send the Template

  1. Launch the Rules Wizard
    In the main Outlook window, go to the Home tab. Click Rules, then select Manage Rules & Alerts. In the new window, click New Rule.
  2. Choose a starting template
    Under Start from a blank rule, select Apply rule on messages I receive. Click Next.
  3. Set your conditions
    Select the conditions that trigger the reply. For example, check “sent only to me” or “with specific words in the subject”. Click the underlined value to specify details. Click Next after choosing conditions.
  4. Select the reply action
    In the action selection list, find and check the box for “reply using a specific template”.
  5. Choose your template file
    In the bottom panel, click the underlined phrase “a specific template”. In the dialog, ensure Look In is set to User Templates in File System. Browse to and select your .oft file. Click Open, then click OK.
  6. Finish and enable the rule
    Click Next, bypass any exception screens, and give your rule a name. Ensure the box for Turn on this rule is checked. Click Finish, then Apply and OK to close the rules manager.

Common Mistakes and Limitations to Avoid

Setting up automatic replies with rules is powerful but has specific constraints. Avoid these pitfalls.

The Rule Sends a Reply to Every Email

This happens if your rule conditions are too broad. A rule with no conditions will reply to all incoming mail. Always define at least one specific condition. Test the rule by sending yourself a test email that matches the condition. You can also temporarily add an exception for messages from your own address during testing.

Outlook Template File Cannot Be Found

The rule wizard looks for templates in a default folder. If you saved your .oft file elsewhere, the rule will fail. When clicking “a specific template”, use the browse dialog to navigate to the exact file location. Saving the template to your Desktop first and then moving it can cause this issue.

Rule Does Not Work on Another Computer

Rules and templates are stored locally on your computer by default. They do not sync with your Exchange or Microsoft 365 account. To use the same rule on another PC, you must export it from File > Manage Rules & Alerts > Options > Export Rules. You also need a copy of the .oft template file on the new machine.

Automatic Replies vs Rules: Key Differences

Item Outlook Automatic Replies (Out of Office) Custom Rule with Template
Primary use case Notifying all senders you are away Sending targeted, conditional replies
Condition flexibility Only internal/external sender separation Highly specific conditions like subject keywords
Message format Plain text only Full HTML formatting and signatures
Setup location File > Automatic Replies (or web settings) Home > Rules > Manage Rules & Alerts
Reply behavior Sends one reply per sender per period Sends a reply to every matching message

You can now set up Outlook to send custom automatic replies using rules. Start by creating a well-formatted template file. Then build a rule with precise conditions to trigger it. For a related feature, explore creating rules that move messages to folders based on the sender. A useful advanced tip is to use the Run a Script rule action with a VBA macro to create even more dynamic replies based on email content.