I am sending an email with embedded images. The email sends fine, except for one single image. I have tried both an http ref as well as pulling it from disc.
Does anyone see anything in the super simple code that could be causing the issue? I have been at this since 8am and have renamed the image, went from jpg to png to gif and even recreated it from scratch. No matter what, gmail gives it as an attachment; but in the original email all embedded images are working as expected.. <cfset imgPath=rootFolder&"image/l/email/"> <cfmail to="spi...@gmail.com" from="spi...@gmail.com" replyto=" spi...@gmail.com" subject="testin" type="html"> <cfmailparam file="https://www.sawblade.com/image/l/email/playvideovim.gif" contentid="vwvidbut" disposition="inline" /> <cfmailparam file="#imgPath#playvideovim.gif" contentid="vwvidbut1" disposition="inline" /> <img style="margin-top:7px;" src="cd:vwvidbut" width="142" alt="Click to view Tech Tip Video"><br> <img style="margin-top:7px;" src="cd:vwvidbut1" width="142" alt="Click to view Tech Tip Video 1"> </cfmail> [image: image.png] -- -- You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to houcfug-unsubscr...@googlegroups.com For more options, visit http://groups.google.com/group/houcfug?hl=en --- You received this message because you are subscribed to the Google Groups "Houston ColdFusion Users' Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to houcfug+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/houcfug/CAKb7GJOOkCzS-58iCc2EfG_jey3xCyDCM1qZtV%2BVqYs0fdp-7Q%40mail.gmail.com.