responsive-html-email-template
responsive-html-email-template copied to clipboard
A free simple responsive HTML email template
I was messing up with the template when I came across the link to a gif, but it's broken. Since I'm a little bit curious about what was it, I'll...
I resolved the rendering issue by adding the px from 10 - 1000px
I changed some design responsive email template.
I'm trying to use this template with Nodemailer but for some reason the body doesnt display at all. But when i channge it some something simpler like ` Message here...
Hi, when I send an email to any email client it's working perfectly but for some reason in outlook it's not responsive and it seems to changes some elements. We've...
some styles are changed
For example, the footer part of the template looks like this... ```html Powered by HTMLemail. ``` If this were changed to use a key for regexp-replace ```html __template_footer_text__ ``` then...
How would I add social icons in the footer?
Mail isn't automatically dark inverted using the Mail app on iOS, until I use `@media (prefers-color-scheme: dark)` and feed it the inverted colors ``` @media (prefers-color-scheme: dark) { body {...