Hello!
I've used <cfmail> several times without one error but now I have one that seems a little strange.
When I send an email, the formatting is not showing up. I am sending it regular text, not HTML. I realize that I could use the type=html to format it but because of the type of people that the email is being sent to this is not an option.
The code for sending the email is:
<cfoutput query="get_Record" group="email"> <cfloop list="#strRecipients#" index="RecEmail"> <cfmail from="#email#" to="#RecEmail#" subject="SITA Proposal: Downtownrail.org" BCC="#strBCCed#">
#text#
Sincerely, #namef# #namel# #address1# #address2# #city#, #st# #zip# </cfmail> </cfloop> </cfoutput>
I use the loop to loop through a list of recipients. Is there something strange about what I'm doing?
This is the output in Entourage (mac version of outlook):
This is the first letter that will be used to say that I support this proposal. Sincerely, Hamilton Here Ste 220 Sacramento, CA 95814
Any help would be appreciated!
Derek Hamilton Systems Developer
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Structure your ColdFusion code with Fusebox. Get the official book at http://www.fusionauthority.com/bkinfo.cfm ------------------------------------------------------------------------------ To unsubscribe, send a message to cf-server-request@houseoffusion.com with 'unsubscribe' in the body or visit the list page at www.houseoffusion.com