OMG. Been looking at that for hours and missed it. Thanks!!! M
On Thu, Oct 10, 2019 at 2:20 PM Tom Stevenson <[email protected]> wrote: > Should it be: > > > > <img style="margin-top:7px;" src="cid:vwvidbut" width="142" alt="Click to > view Tech Tip Video"><br> > > > > *From:* [email protected] <[email protected]> *On Behalf Of > *Mike G > *Sent:* Thursday, October 10, 2019 2:02 PM > *To:* [email protected] > *Subject:* [houcfug] cfmailparam issue > > > > 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="[email protected]" from="[email protected]" replyto=" > [email protected]" 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> > > > > -- > -- > You received this message because you are subscribed to the "Houston > ColdFusion Users' Group" discussion list. > To unsubscribe, send email to [email protected] > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/houcfug/CAKb7GJOOkCzS-58iCc2EfG_jey3xCyDCM1qZtV%2BVqYs0fdp-7Q%40mail.gmail.com > <https://groups.google.com/d/msgid/houcfug/CAKb7GJOOkCzS-58iCc2EfG_jey3xCyDCM1qZtV%2BVqYs0fdp-7Q%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > -- > -- > You received this message because you are subscribed to the "Houston > ColdFusion Users' Group" discussion list. > To unsubscribe, send email to [email protected] > 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 [email protected]. > To view this discussion on the web visit > https://groups.google.com/d/msgid/houcfug/DM5PR1201MB00897AD1B6A809A22FAABD3FA5940%40DM5PR1201MB0089.namprd12.prod.outlook.com > <https://groups.google.com/d/msgid/houcfug/DM5PR1201MB00897AD1B6A809A22FAABD3FA5940%40DM5PR1201MB0089.namprd12.prod.outlook.com?utm_medium=email&utm_source=footer> > . > -- -- You received this message because you are subscribed to the "Houston ColdFusion Users' Group" discussion list. To unsubscribe, send email to [email protected] 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/houcfug/CAKb7GJOE0vO0NoPTu8J3T%3DDUY_6gQwbwhx9G8xqvkkwcdpcP%2Bw%40mail.gmail.com.
