Hi Zac,
I have never bothered to check how it looks in the email header, but here is how we attach images that are required to be "in" the email, in CFML. (Within the mailText variable is the "logo" variable.) <cfmail to="#toAddress#" from="#fromAddress#" subject="#mailsubject#" type="html" > #mailText# <cfmailparam file="/plugins/CogState/images/logo.png" contentid="logo" disposition="inline" /> </cfmail> -Gavin. On Wednesday, July 31, 2013 12:54:49 PM UTC+10, Zac Spitzer wrote: > > I have a problem using cfmailparam passing in a resized image via content > > Outlook 2010 doesn't recognise the attachment, while gmail does > > I am pretty sure this is due to the odd second " filename=photo-3352.jpg" > header > > ------=_Part_265_1710268851.1375238822839 > Content-Type: image/jpeg > Content-Transfer-Encoding: base64 > Content-Disposition: attachment; filename="photo-3352.jpg"; > filename=photo-3352.jpg > Content-ID: <img-1> > > any ideas? > > > > > -- > Zac Spitzer > +61 405 847 168 > > -- You received this message because you are subscribed to the Google Groups "cfaussie" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/cfaussie. For more options, visit https://groups.google.com/groups/opt_out.
