Tech
Gmail deletes your SVG logo and Outlook ignores your flexbox
Our transactional and campaign emails share one branded shell: a header with the logo, the body, a footer with the unsubscribe lines. I wrote the first version the way I would write a component, because it is 2026 and I had forgotten what email is.
<div style= "display:inline-flex;gap:8px;align-items:center" >
<svg width= "19" height= "19" > ... </svg>
<span style= "font-size:19px;font-weight:700" > CogniPrep </span>
</div>
...
Read the full discussion on Dev.to
This article was aggregated from Dev.to. Click to join the conversation.
View on Dev.to