Hello,

I'm just trying to get my head around embedding an image in an e-mail using
cfmail. And _NO_ I do not want a lecture of the pros and cons of sending
embeded images... ;-)

What do I put in the image tag as the source?

<CFFILE ACTION="READBINARY" FILE="G:\<removed>\hamburgler.gif"
VARIABLE="gifFile">
<CFMAIL TO="<removed>" FROM="<removed>" SUBJECT="Test E-mail"
SERVER="mail.mailsnare.net" PORT="2525" TIMEOUT="180" USERNAME="<removed>"
PASSWORD="<removed>" REPLYTO="<removed>" FAILTO="<removed>"
MAILERID="<removed>">
        <CFMAILPART TYPE="text/plain">This is  a test message.</CFMAILPART>
        <CFMAILPART TYPE="text/html">This is  a <FONT
COLOR="red">test</FONT> message. <IMG SRC="<???>" ALT=""
BORDER="0"></CFMAILPART>
        <CFMAILPART TYPE="image/gif">#toBase64(gifFile)#</CFMAILPART>
</CFMAIL>
<CFOUTPUT>

Kind Regards,
Christopher Dawes
Dawes International


---
You are currently subscribed to cfaussie as: [EMAIL PROTECTED]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/

Reply via email to