Follow Up Email Template Generator

About Follow Up Email Template Generator

Follow Up Email Template Generator produces the short, polite message you send after a meeting, a proposal or an unanswered thread. The Follow-Up template is deliberately brief: a greeting, one line naming what the follow up is about through the {{topic}} field, a {{customMessage}} slot for the detail specific to this contact, an offer to answer questions and a plain sign off. Its subject line, Following up, {{topic}}, states the reason in the inbox list instead of relying on a vague nudge. Length is the point. A follow up that restates the entire previous conversation is easy to postpone, while one that fits in a preview pane is easy to answer, so the template is sized to be read in full without scrolling on a phone. Because {{topic}} and {{customMessage}} are separate fields, one saved template covers a whole pipeline: the structure stays fixed and only the two variable parts change per contact. Preview the filled version before sending to check the sentence still reads naturally with your topic wording inserted, then copy it as plain text, which is usually the right format for one to one follow ups, or as HTML when it goes out through a sequencing tool.

Email HTML development is uniquely challenging because email clients use widely different rendering engines with varying levels of CSS and HTML support. Microsoft Outlook (still the dominant email client in enterprise environments) renders HTML using Microsoft Word's layout engine, which supports only a fraction of modern CSS. This means CSS flexbox, grid, and many positioning properties simply do not work in Outlook, requiring table-based fallbacks that web developers stopped using in the early 2000s. The Email Template Builder writes those table-based fallbacks for you: a full-width background table holding a single 600 pixel content table, with every style declared inline on the element rather than in a stylesheet. Responsive email design (adapting layout for mobile versus desktop) usually requires media queries, which most modern email clients support but Outlook does not. The builder avoids that dependency instead of working around it, by keeping the body to a single column at a width that already fits a phone screen, so there is nothing that needs to reflow and the layout reads correctly even in clients with no media query support at all. Beyond technical compatibility, email template design has well-established best practices. A single-column layout performs better on mobile than multi-column layouts. A clear call-to-action button with high color contrast outperforms text links for click-through rates. Images should include descriptive alt text because many email clients block images by default, and a significant portion of recipients will read the email with images disabled. Pre-header text (the preview text visible in inbox list views) should be crafted to complement the subject line and increase open rates.

How to use Follow Up Email Template Generator

  1. Choose an email template from the list
  2. Customize the subject and body with variables
  3. Copy the final email content to use

Frequently Asked Questions

How long should a follow up email be?
Short enough to read without scrolling on a phone, roughly three to five short paragraphs at most. The built in template lands around that length on purpose: a greeting, the reason for writing, one block of specifics and a close. Long follow ups get postponed rather than answered.
How long should I wait before following up?
For a follow up after a meeting or a call, the same day or the next morning while the discussion is fresh. For an unanswered message, three to five working days is a common gap. Follow the second one with a longer pause rather than a shorter one.
What should the follow up subject line say?
Name the subject of the conversation. The template uses Following up, {{topic}}, so the recipient sees which thread you mean before opening. A subject like Checking in or Just following up gives no context and is easy to skip in a crowded inbox.
What is the customMessage field for?
It holds the part that is different for every recipient: the specific question, the document you promised, the deadline you agreed. Keeping it as its own merge field lets you reuse the surrounding structure across a list of contacts without editing the paragraph itself each time.
Should a follow up email be plain text?
For one to one business follow ups, usually yes. A plain text message from a personal address reads like a colleague writing rather than a campaign, and it renders identically everywhere. Copy the text output with the subject line on the first line and paste it straight into your mail client.

Related Tools

Also Available As