Hi Kurt

you could use the following, the macromedia info on the contentID isnt very
exstensive:

<cfmail type="html"
to = "[EMAIL PROTECTED]"
from = "[EMAIL PROTECTED]"
subject = "my test embeded image tutorial">

<cfmailparam file="
http://www.bbc.co.uk/history/ancient/romans/images/gladiator_pic.jpg";
disposition="inline"
contentID="image1">

<cfmailparam file="
http://www.bbc.co.uk/history/ancient/romans/images/gladiator_pic.jpg";
disposition="inline"
contentID="image2">

<cfmailparam file="
http://www.bbc.co.uk/history/ancient/romans/images/gladiator_pic.jpg";
    disposition="inline"
contentID="image3">

There should be an image here from the BBC<br>
<img src="cid:image1"><br>
<br>
<img src="cid:image2"><br>
<br>
<img src="cid:image3"><br>
<br>This is just some duff content after the image heh ;)<br>

</cfmail>



Thanks Jose Diaz



On 5/18/06, kurt schroeder <[EMAIL PROTECTED]> wrote:
>
> CFmail part will do it as follows:
> <cfmail ****** type="html">
> <cfmailparam file="http://0.0.0.0/images/thsimg1.gif"; contentid="myimg1"
> disposition="inline">
> <img src="cid:myimg1">
> </cfmail>
> Thanks
> KES
> > that get's me to a general docs help page. is there a specific area
> > that has the answer i'm looking for?
> > thanks
> > kes
> > > check out
> > > http://livedocs.macromedia.
> > > com/coldfusion/7/htmldocs/wwhelp/wwhimpl/common/html/wwhelp.
> > > htm?context=ColdFusion_Documentation&file=part_cfm.htm
> > >
> > > DK
> > >
> > > On 5/17/06, kurt schroeder <[EMAIL PROTECTED]> wrote:
> > > > Is there a way to embed an image in a cfmail without using a web
> > > reference.
> > > >
> > > > Thanks
> > > > KES
> > > >
> > > >
>
> 

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Message: http://www.houseoffusion.com/lists.cfm/link=i:4:240968
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to