|
I've been playing around with templated emails using twig, twig-cssinliner and symfony/mailer.
There are supposedly a couple of plugins that do this ( |
Replies: 2 comments
|
Could someone test if they can postcss the functions, and variables "away"? I'd appreciate it. Maybe I just don't know how to properly use postcss |
|
Email clients are mostly stuck in HTML4 times when it comes to rendering HTML and therefore require a completely different approach like using |
Email clients are mostly stuck in HTML4 times when it comes to rendering HTML and therefore require a completely different approach like using
tablefor most of the layout and limiting yourself to using rather the attributes in yourtds than any CSS. And if CSS then definitely nothing of the new stuff that came with CSS3.Because HTML email is such a pain there are dedicated frameworks that try to help with that, see e.g. the tag "responsive-email": https://github.com/topics/responsive-email