How do dynamic images or AMP for Email fit into standards?

Still have a question, spotted an error, or have a better explanation or a source we should cite?

You've built a great email and now you're wondering whether to add a countdown timer, a live product feed, or full AMP interactivity. The honest answer is that both technologies are worth knowing about, but neither one works everywhere, and getting the fallback wrong means some of your subscribers see a broken email.

Let's start with dynamic images. These are server-side images that change based on context, like a countdown timer that shows the real remaining time when the email opens, or a product block that pulls live inventory. The image URL stays the same but the server returns a different image each time it's requested. Most email clients handle these fine because they just see an ordinary image tag.

The catch is caching. Apple Mail and some corporate clients cache images aggressively, so your "live" countdown might still show yesterday's time to a chunk of your audience. Always design dynamic images so the worst-case (a cached or static version) still makes sense to the reader.

AMP for Email is a different beast. It lets you embed genuinely interactive content inside the email itself, like forms, carousels, accordions, and live data that refreshes on open. No click-through required. That sounds incredible, and in supported clients it genuinely is.

Here's the client support reality as of 2025:

  • Gmail supports AMP for Email (desktop web, Android, iOS)
  • Yahoo Mail supports it
  • AOL Mail supports it (same infrastructure as Yahoo)
  • Outlook does not support it
  • Apple Mail does not support it
  • Most corporate and B2B clients do not support it

Gmail alone covers roughly 30-35% of global email opens, and Yahoo adds another few percent. So you're realistically looking at somewhere around a third of your audience actually seeing the AMP experience. Everyone else sees your fallback.

That fallback is not optional. It's required. AMP for Email uses a three-part MIME structure and you must include all three parts for the message to be valid:

  1. text/x-amp-html for the AMP content (the interactive version)
  2. text/html for a standard HTML version (what Outlook, Apple Mail, and everyone else sees)
  3. text/plain for plain text (what very old or text-only clients see)

But the HTML fallback has to stand on its own. It can't just say "view this in Gmail for the full experience." It needs to actually communicate your message. Think of the AMP part as progressive enhancement, something that makes the experience better for the people who can use it, while the HTML version does the actual heavy lifting for everyone else.

There's also a sender registration requirement. To send AMP emails to Gmail users, you have to register with Google as an AMP sender. Yahoo has a similar process. This means testing and approval before your first live send. It's not a huge barrier, but it's not instant either.

Still a few practical things worth knowing. Dynamic images are much easier to implement and work everywhere (with the caching caveat above). AMP is higher effort, higher reward for the right use case. If you're sending to a mostly B2B list, the AMP investment is hard to justify since corporate IT environments block it almost universally. If you're a consumer brand with a Gmail-heavy audience, AMP can genuinely improve engagement for things like survey forms, product reviews, or booking flows directly in the email.

Both technologies sit on top of your standard HTML email. They don't replace the MIME standards your email already needs to follow. Getting your baseline HTML right first is always the priority. Then layer these in once the foundation is solid.

Not sure if your current HTML email structure is ready to add dynamic or AMP content on top? Our free Email Header Analyzer can help you spot structural issues before you start adding complexity.

Contributors

Who worked on this answer

Every name links to their profile. Every company links to their site. Real people, real accountability.

Ask an AI · tailored to your setup

Get a recommendation for your audience

I want to add dynamic or AMP content to my emails. Based on my audience split (mostly Gmail / Outlook / mixed consumer / B2B), tell me: (1) what percentage of my subscribers would actually see the enhanced experience, (2) exactly what fallback content I need to avoid broken emails for unsupported clients, and (3) whether dynamic images or full AMP for Email makes more sense for my use case.

Edit the yellow boxes, then send to the AI of your choice.