Hello everyone,
I created an email template. However, I would like to use the same CSS file as I imported in my application static files.
I tried, in the advanced part of the email template, in the head tag, to add this :
<link rel="stylesheet" href="#APP_FILES#css/styles.min.css">
However, this doesn't work… I think the path can't be written like this..
I could also copy and paste the content of this CSS file, which is minified as its title suggests. However, pasting its content is a step, which could be automated if the template could access the CSS file.
Thank you for your experience ! :)