Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

How to cfamail with image in newletter

0 views
Skip to first unread message

ysurati01

unread,
Feb 1, 2009, 3:27:21 AM2/1/09
to
How can I email web page containing images as newsletter?
I did try with this but image doesn't go.
<cfmail from="yog...@4eztravel.us" to="yog...@cviagencyinc.com, subject="my
advertisement" type="html">
<cfmailparam contentid="myimage" disposition="Inline"
file="#ExpandPath('128_0189.jpg')#" type="image/jpg">
<!---<img src="128_0189.JPG" />--->
<!---<img src="#contentid#" width="300" height="200"/>---><br />

<table width="800" border="1">
<tr>
<td width="99"></td>
<td width="410">This is test </td>
<td width="269">This is test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td align="left" valign="top"><img src="#contentid#" alt="test"
width="400" height="300" /></td>
<td>&nbsp;</td>
</tr>
<tr>
<td>This is test </td>
<td>This is test </td>
<td>This is test </td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
</table>
</cfmail>

0 new messages