Hello!
We have modified our email template in: theme/((themename))/templates/core/email_html.mustache to include the site logo image.
Using syntax: {{#pix}}logo{{/pix}}
The image shows up in our emails when the logo.png is found in this directory:
/sitedata/localcache/theme/(random number here)/(themename)/pix/core
Question: In one of our environments, it's working.. because the image is in this directory. In other environments, no matter how many times i've deleted, re-uploaded a new site logo, purge caches, etc.. the site logo logo.png is not ending up in that location, so our mustache template is not able to find it and include it in the email. Is there a different syntax we should be using to bring the logo into our template? Different naming of the site logo file? Should the site logo uploaded via the theme settings be placing the file into that localcache ..../pix/core directory when it's applied? Since it works when we see the logo.png file there, i gotta imagine that's where it needs to be.. anywho, any help would be appreciated!