If I have html in my email templates and I’m also autogenerating some of that html in a JS variable to use in the email templates. Would either be able to recognize an external css file I’m using in my custom css based on classes/IDs I provide, or do the email templates/JS variable only allow in-line styling?
Hi,
Most email clients should support embedding a <style> tag in the top of HTML body of your email, but I usually add the css inline (in each html element in a style=… tag) to make 100% sure it works as intended.