ProductUpdateEmail
EmailÜrün sürüm duyurusu. Versiyon badge, öne çıkan değişiklik kartları ve changelog linki.
Acme Corp
Product Update
We shipped something big 🚀
3× Faster Performance
New Design System
New Integrations
What's New
Changelog
© 2026 Acme Corp
Live preview<%
var upd = locals.update || {};
var highlights = upd.highlights || [];
%>
<%- include('../_preview-bar', locals) %>
<%= company.name %>
Product Update
v<%= upd.version %>
<%= upd.headline %>
<%= upd.intro %>
What's new in v<%= upd.version %>:
<% highlights.forEach(function(h) { %>
<%= h.title %>
<%= h.description %>
<% }); %>
<%- include('../_footer', locals) %>