Heres the source code which is using the <img src"=pic.jpg"> but the image does not come back.

<CFMAIL TO="#ENUM_THIS_REPORTER.REPORTER_EMAIL#"
      FROM="#ENUM_THIS_REPORTER.REPORTER_EMAIL#"
   SUBJECT="#ENUM_CONTEXT.CONTEXT_ID# Daily News Summary text">

<!--- <cfmailparam name="mime-version" value="1.0">
<cfmailparam name="content-type" value='multipart/alternative;
boundary="------------7C252360672B03A0BAD013A5"'>
--->
<cfmailpart type="html">
<IMG src="" PROTECTED]" width="50" height="30">
        <br>
        <FONT size="2" face="sans-serif">
        Read
        <br>
</cfmailpart>

------------7C252360672B03A0BAD013A5
Content-Type: image/gif; name="#ContextID#test.gif"
Content-Transfer-Encoding: base64
Content-ID: <[EMAIL PROTECTED]>

<cffile action=""
file="#expandpath("emailImages\")##ContextID#test.gif"
variable="charData">
<cfset data64 = toBase64(charData)>#data64#
------------7C252360672B03A0BAD013A5--

</CFMAIL>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to