Whatever message this page gives is out now! Go check it out!
to="jacob@YourCompany.com" subject="Requested Files"> Jake, Here are the files you requested. Regards, Dan <cfmailparam file="c:\widget_launch\photo_01.jpg"> <cfmailparam file="c:\widget_launch\press_release.doc"> </cfmail> |
<img src="cid:myImage1"> |
to = "Peter@myCo.com" from = "Paul@AnotherCo.com" subject = "Sample inline image"> <cfmailparam file="C:\Inetpub\wwwroot\web.gif" disposition="inline" contentID="image1"> <P>There should be an image here</p> <img src="cid:image1"> <p> This text follows the picture</p> </cfmail> |
to="daniel@MyCompany.com" subject="Requested Files"> <cfmailparam name = "Importance" value = "High"> Dan, Thanks very much for the sending the widget press release and graphic. I'm now the company's Widget Master and am accepting e-mail at widget_master@YourCompany.com. See you at Widget World 2002! Jake </cfmail> |