Hi Everyone.

An email message generated by <CFMAIL> truncated the message at
character 969 three times in a row.  It cuts out the middle of the email
message.  The entire email is over 4,000 characters.

I have seen others with the same problem at Allaire Forums, but no
solutions.

Does anyone have a solution to this problem?


CODE SAMPLE

<CFQUERY NAME="sendto" DATASOURCE="webboard_subscribe">
SELECT      Subscriber, EmailAddress
FROM         Subscribers
ORDER BY  EmailAddress

</CFQUERY>

<CFLOOP QUERY="sendto">
  <CFMAIL to="#sendto.EmailAddress#"
  from="[EMAIL PROTECTED]"
  subject="#subject#"
  type="html">

<table>
<tr>
<td>
Body of message here
</td>
</tr>
</table>

</CFMAIL>
</CFLOOP>

Thanks in advance,

Melissa


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to