I am trying to add an image to the standard order conf e-mail template. I cannot get the image to display in the e-mail. It gets rendered as a missing or broken link in the e-mail. Is there a trick I am missing to get the image to render properly? In desperation I copied the image file into every single folder within the API structure on the webserver but still did not work. Any thoughts?
Hi Todd,
What I usually do for our templates is have the source url of the image on our main website. Unless your api location is available to the public it won't be found.
Jon
Yep - try Jon's solution - the image needs to be publicly available and use a full URL because the file is sent to the user: a relative address won't be resolved.
Good luck!