My E-mail with image module shows blank instead of the four images sent using substitution tag via dynamic templates. URLs are present in Original Message (Gmail), but images are not rendered.
What I've tried: I've read & tried solutions provided in Can I have an image with a substitution tag in a SendGrid template?, but they do not show the images.
To troubleshoot my problem - I've placed the same substitution tag under text & image modules. Text module for {{images}}
shows full URLs, and they do link me to the correct image upon clicking. However, the same {{images}}
with exact URLs do not appear in my image module.
My image module HTML is as follows:
<td style="font-size:6px; line-height:10px; padding:0px 0px 0px 0px;" valign="top" align="center"><img class="max-width" border="0" style="display:block; color:#000000; text-decoration:none; font-family:Helvetica, arial, sans-serif; font-size:16px; max-width:100% !important; width:100%; height:auto !important;" width="600" alt="" data-proportionally-constrained="true" data-responsive="true" src="{{images}}"></td>