Ok, I'll try.

-----Original Message-----
From: Rob Parkhill [mailto:robert.parkh...@gmail.com] 
Sent: 2009-01-05 4:20 PM
To: cf-talk
Subject: Re: Personalizing a CFLoop - validation error

I know this will sound odd, but put them on separate lines... so this:
 <cfmail to="#GetRecipients.recip_email#"  from="#form.sender_email#"
subject="My Message To You 2009"  >

becomes this:

 <cfmail to="#GetRecipients.recip_email#"
             from="#form.sender_email#"
             subject="My Message To You 2009"  >

I have always found that with CFMAIL, it likes it better when the arguments
are on different lines.

HTH

Rob




~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Adobe® ColdFusion® 8 software 8 is the most important and dramatic release to 
date
Get the Free Trial
http://ad.doubleclick.net/clk;207172674;29440083;f

Archive: 
http://www.houseoffusion.com/groups/cf-talk/message.cfm/messageid:317422
Subscription: http://www.houseoffusion.com/groups/cf-talk/subscribe.cfm
Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

Reply via email to