I currently have some templating for my emails using mustachejs. I am using node.js where the templates gets generated.
But I want to add images to this on the server side however when I create an img src tag within the template it doesn't show the image within the generated email.
The path is correct. Is there a different way this has to be done?