Newsletter email for real estate: market stats and new listings that earn the call

A monthly real estate newsletter built for a buyer and seller sphere list. Lead with one local market number, show the new listings, and end on a single contact call so past clients and farm leads reach for the phone.

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

What makes this newsletter work for real estate

Trigger and timing. This is a sphere and farm newsletter, sent on a fixed monthly cadence the same week your local MLS publishes its closed-sales data. Past clients, expired leads, and the neighborhood you farm door to door all sit on one list. Hold the send slot for three months running, the first Tuesday at 10am local, and habit opens follow. Real estate house lists run lower engagement than DTC, so the win is not the open rate. It is staying the agent a past client remembers when a neighbor asks "know anyone good?", which is still how most listings get assigned.

The offer. Real estate does not run discount codes. The offer is the agent's time, packaged as a free comparative market analysis or a fifteen-minute call. Fold it into the lead story instead of parking it in a separate block readers skip. If the headline says inventory tightened, the CTA is the valuation that tells them what their own house is worth in that market. That reads as helpful, not salesy, which matters because real estate trust transfers slowly and in private.

Copy angle. Local-expert and data-forward, first person. Lead with a number from the reader's actual neighborhood, not the metro. "Six homes sold in Brookside this month. Median 11 days on market, $612,000 median sale, four went over asking." Metro-wide stats get skimmed. The street they live on gets read, and gets forwarded to a neighbor. One honest take in the agent's voice ("inventory is tight, and buyers are competing again") beats ten adjective-heavy lines about market conditions.

New listings, curated. Two to three listings, not the whole MLS feed. Address, price, beds, baths, square footage, one detail line ("walk to the elementary school"). Each links to the listing detail page. A reader who clicks a listing has told you they are in the market this quarter, which is the most valuable signal a real estate list produces.

Link count. Low. The wordmark, two or three listing links, the one CTA button, and the footer. Newsletters that push one neighborhood story above the fold and keep total links under five see higher click-to-open than the everything-listed grid, because focus beats breadth on a phone screen.

CTA. One button, contact-shaped. "Book your free valuation" beats "Contact us" because it names the action and the price (free). Repeat the offer once in the preheader and once in the agent signature line. That is enough.

Real example. The hero runs Brookside's June numbers: $612k median sale, 11 days on market, 1.3 months of inventory, 101 percent list-to-sale. Two new listings sit underneath at $689k and $545k. A consumer sphere list of past clients and farm leads on this format typically opens at 26 to 30 percent and clicks at 2 to 3 percent, against a real estate house-list benchmark near 25 percent open and roughly 1.5 percent click. Subject line that earned it: "Brookside: 6 sold, 11 days on market, $612k median."

Why it renders in every inbox

Klaviyo and Mailchimp both pass your HTML through their own inliners before Apple Mail, Gmail, Outlook, and a dozen Android clients each render it with a different engine. The only markup that survives all of them is what email was built on twenty years ago.

Nested tables, not divs or flex. Every layout block is a table inside a table. Gmail, Outlook, and Yahoo strip or ignore modern CSS layout, so a table is the only container that holds across all of them. The compiled output ships dozens of nested tables.

Inline CSS on every element. Padding, color, font size, and link styles sit on the td, a, img, and span. External and head styles get dropped by Gmail clipping and by forwarding chains, so what survives is what is inline.

Bulletproof VML button for Outlook. Outlook 2007 through 2021 render email on Microsoft Word, not a browser. Word ignores border-radius and padding on anchor tags. The button ships with VML markup so Outlook draws a real rounded rectangle with a working link in Word's engine, and falls back to a styled link everywhere else.

Live text, not image text. The market stats, the addresses, the prices, and the agent signature are real selectable text. Subscribers who block images still read the whole issue, and spam filters score all-image emails harder. That matters for real estate, where deliverability to the Gmail Promotions tab instead of spam is the difference between a forwarded listing and a buried one.

Dark-mode color-scheme meta. The head declares supported color schemes and sets a background color, so Apple Mail Dark Mode and Outlook dark theme do not invert your slate and forest green into an unreadable mess.

One mobile media query. A single max-width: 480px rule sizes the headline down, stacks the two-up stat row, and trims body padding. No pile of breakpoints, no overengineered responsive system.

Web-font fallbacks. Headings fall back to a Helvetica and Arial stack when the brand font is unavailable, which it is in Gmail web. Text stays legible on every client.

How to use it in Klaviyo or Mailchimp

1. Copy the HTML. Export from Mailwright, or copy the rendered output below.

2. Paste into your ESP. Klaviyo: open a campaign, drag an HTML block into the email (or use the Code Email type for a full-code send), click the source icon, and paste. For a reusable monthly shell, save it as a Template and duplicate it each send. Mailchimp: start a campaign, choose Code your own, then Paste in code.

3. Swap the brand. Replace the "Crestview Realty" wordmark, change the brand colors in the inline styles, and point every link at your brokerage domain. Update the agent name, phone, and license number in the signature, because most states require them on consumer email.

4. Wire merge tags. Real estate personalization runs on the subscriber's first name and their neighborhood. In Klaviyo, use {{ first_name|default:'there' }} for a greeting, and a profile property like {{ person|lookup:'neighborhood' }} to drop the reader's own area into the headline ("This month in {{ neighborhood }}"). Store neighborhood as a custom property when you collect the lead. In Mailchimp, use *|FNAME|* for the first name and *|MERGE:NEIGHBORHOOD|* or a group for the area. Point the valuation button at your Calendly or booking page, or at a form that captures the address.

5. Refresh the data and listings each month. Swap the four market numbers and the two or three listing lines before each send. There is no live MLS feed in either ESP without a paid integration, so plan to update these by hand, which takes about ten minutes.

6. Test before you send. Send a proof to a Gmail address, an Apple Mail address on iOS, and an Outlook desktop address. Toggle dark mode on the iPhone. Confirm the stat row stacks at 375px wide, the valuation button clicks through to your booking page, and the listing links land on the right detail pages.

Questions

Is this real estate newsletter template free to use? +

Yes. The MJML and the rendered HTML are free to copy, edit, and send from your own Klaviyo or Mailchimp account. No credit required, no license fee. Mailwright is the tool that builds more of these, branded to your brokerage, from a brief.

Will the button and layout hold up in Outlook? +

Yes. The valuation button is a bulletproof VML button that renders as a real clickable rectangle inside Outlook's Word engine, and the layout is built on nested HTML tables so it will not collapse or reflow. The button keeps its color and padding in Outlook 2007 through 2021.

How do I change the colors to match my brokerage? +

Edit the background-color and color values inline on each section, or change them once in the mj-attributes block at the top of the MJML source. The palette here is a warm paper background, deep slate ink, and a forest green accent. Swap those four values and the whole email re-skins to your brand.

Do I need to know HTML to use this template? +

No. Mailwright generates the HTML from your brief and brand kit, so you can ship without touching code. If you want to hand-edit, the inline styles are plain enough to change a price, an address, or a link each month without restructuring anything.

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