Abandoned cart email for real estate brands

In real estate the abandoned cart is a saved search or favorited listing that never became a phone call. This email surfaces the newest match and gives the buyer one reason to reach out today.

Open the full email ↗ Get this on your brand
Live preview View HTML ↗

What makes this abandoned cart work for real estate

Real estate has no checkout. The cart is a saved search or a favorited listing that never turned into a call. The buyer told you what they want, then went quiet. This email is how you pull them back.

Trigger. Fire when a new MLS listing matches a saved search, or when a favorited listing drops in price. The match event is the entire hook. Without new inventory there is nothing to say, so do not send this on a timer alone.

Timing. Within 1 to 2 hours of the listing going live. Buyers in your market watch fresh inventory daily, and homes priced right in the $400k to $700k range often have showings booked the same day. A match email sent the next morning is already late. The same logic that makes 5 minute lead response convert far better than 30 minute response applies to the email itself: speed signals that you are paying attention.

The offer is not a discount. Real estate does not discount. The offer is recency and scarcity. Lead with the timestamp (listed today, listed 2 hours ago) and social proof pulled from the same alert feed (4 other buyers on this alert have already viewed it). That combination moves people who were only browsing.

Copy angle. Specific property facts over adjectives. Address, beds, baths, square footage, price, and one standout feature. A line like 2,410 sq ft, south-facing yard, four blocks from Linden Elementary beats beautiful family home. Buyers skim for the details that match the mental list they built when they saved the search.

CTA. One contact action. Request a private tour or Reply and tell me if this is the one. Phone and reply driven, because real estate is a relationship sale. The button goes to a booking page or a direct reply, never a generic learn more.

Example subject line that fits: A new match in Brookside just listed at $742,000.

Numbers to expect. Triggered listing-match alerts to a warm saved-search list typically open in the high 30s to mid 40s percent, well above the roughly 20 percent category average for real estate newsletters. Click-to-open rates land around 15 to 20 percent when the email carries one listing and one CTA. Most teams see the first reply or tour request inside 48 hours of send.

Why it renders in every inbox

Klaviyo and Mailchimp deliver into Outlook, Gmail, Apple Mail, and Yahoo. Each one renders HTML differently. The code behind this template is built to survive all of them.

Nested tables, not divs or flex. Every section is a table inside a table. Email clients strip CSS and ignore flexbox. Tables are the only layout primitive the Outlook Word engine understands, so the structure holds.

Inline CSS. Every style lives on the element it affects. Gmail drops style blocks above the body, so styles placed there vanish. Inline styles survive.

Bulletproof VML button for Outlook. Outlook renders buttons as flat text with no background fill. The compiled output ships a VML fallback (the mso-line arc and rect) so the brass button keeps its color, padding, and rounded corners in Outlook 2016 through Outlook 365 on Windows.

Live text over images. The address, price, specs, and CTA are real text, not baked into an image. Live text stays selectable, searchable, and readable when images are blocked, which they are by default in many Outlook setups.

Dark-mode color-scheme meta. A color-scheme meta set to light dark plus supported-color-schemes tells Apple Mail dark mode how to treat the message. Your navy hero and cream body stay controlled instead of inverting badly.

One mobile media query. A single max-width 480px block shrinks the hero headline, the eyebrow letter-spacing, and the listing image. Nothing fancy. One breakpoint covers roughly 90 percent of mobile clients without nested overrides.

Web-font fallbacks. The headline stack runs Cormorant Garamond, then Georgia, then Times New Roman. If the web font fails to load, the email still renders in a real serif, never in a broken default.

How to use it in Klaviyo or Mailchimp

1. Copy the HTML. Export from Mailwright or copy the compiled output.

2. Paste it in. In Klaviyo, open the flow email, drag in an HTML block, and paste, or build the whole message as a custom HTML email. In Mailchimp, choose Campaigns, then Code your own, then Paste in code. For a saved-search automation, paste into the Code step of the journey.

3. Swap the brand layer. Replace Ridgeline Realty, the ink navy (#1b2a3a), the brass (#b08236), the cream (#f5f1ea), the logo, and the hero listing photo with your client's assets. Keep the structure.

4. Wire merge tags to your listing data. In Klaviyo the flow triggers off a Listing Matched Saved Search metric, so use event variables for the property fields: {{ event.address }}, {{ event.price }}, {{ event.beds }}, {{ event.baths }}, {{ event.sqft }}, and {{ event.tour_url }}. Recipient name is {{ first_name|default:'there' }}. In Mailchimp, create custom merge fields (LISTING_ADDRESS, PRICE, BEDS, BATHS, SQFT, TOUR_URL) and drop them in as *|LISTING_ADDRESS|*, *|PRICE|*, *|BEDS|*. Name is *|FNAME|*.

5. Test before you send. Send previews to Gmail (web and Android), Apple Mail (desktop and iOS), and Outlook 365 on Windows. Toggle dark mode on and off on each. Confirm the button keeps its fill in Outlook, the listing image scales on mobile, and every merge tag resolves to real property data rather than raw tag text.

Questions

Is this abandoned cart email template free for my real estate clients? +

Yes. The MJML and the compiled HTML are yours to copy, edit, and deploy for any brokerage, team, or agent client you serve. No license fee. Mailwright charges for generating and revising emails from a brief, not for the templates you export.

Will the listing photo and tour button survive Outlook? +

Yes. The build uses nested tables, inline CSS, and a VML bulletproof button, so Outlook 2016 through 365 on Windows keep the brass button fill, the padding, and the layout. The hero image uses a fixed-width structure with a fluid mobile rule, so it resizes without breaking.

How do I match my brokerage's brand colors? +

Change two hex values. The ink navy (#1b2a3a) drives the hero band, the address line, and the spec numbers. The brass (#b08236) drives the eyebrow label and the tour button. Swap them in the MJML head and the inline styles update everywhere. Keep text contrast above 4.5:1 so the address and price stay readable.

Do I need to know HTML or MJML to use this? +

No. Paste the exported HTML into Klaviyo or Mailchimp, then swap the copy, the tour link, and the two brand colors. If you want to edit the structure, MJML reads like indented HTML and compiles in the browser at mjml.io. Most agent clients only ever change the listing photo and the property details.

Want this on your client's brand?

Paste a client's site and we build a real, on-brand sample in clean, ESP-safe HTML you can paste into Klaviyo.

Get a free sample

More templates