I've got a PLP for generating email messages.

We are sending plain-text emails with links to spectra objects.

Since the URLs are very long I want to enclose the URLs in the message with
<>'s to help with the wrapping problem.

Like this:

<http://www.TradelineInc.com/go.cfm?id=B388B063%2D3C1F%2D4C1B%2DA6C13DFE64E1
FC82>

The only thing done with the value is:

output.emailBodyTxt=cd.emailBodyTXT;

Unfortunately this puts the PLP into an endless loop and pegs out my CF5
server.

I have to restart the CF service, go into the plpinstances table and delete
the instance -- not even using bforcenewinstance=1 works.

Do you think the <> method causing a problem with cfwddx?

Derek




______________________________________________________________________
Your ad could be here. Monies from ads go to support these lists and provide more 
resources for the community. http://www.fusionauthority.com/ads.cfm
------------------------------------------------------------------------------
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/spectra_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to