>>Not so. I think the better option would be to give the user the choice.
I've found many users subscribe to the HTML version and then find their
email client doesn't render it in a readable fashion. At least with plain
text it is more universally accepted.

The key is  type="html"

<cfmail to="" from="" subject="" type="HTML">
<pre>
This request was received through the website from:
#form.fname#  #form.lname#
#form.company#
#form.address#
#form.city#,#form.state#   #form.zip#
#form.phone#
#form.email#
#form.id#
</pre>
</cfmail>

Keep the easy ones coming...eheh

jon
----- Original Message -----
From: "Adrienne H. Cregar" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, September 20, 2000 11:14 PM
Subject: formatting email in CFMAIL from form??


> Hello all... I'm trying to format the email that will be sent from a
> form through CFMAIL. The problem I'm having is that I have general
> contact info fields (name, company name, address, city/state/zip, phone,
> email ) and I would like each field to appear on a separate line in my
> email.
> In the CFMAIL, when I use:
>
> This request was received through the website from:
> #form.fname#  #form.lname#
> #form.company#
> #form.address#
> #form.city#,#form.state#   #form.zip#
> #form.phone#
> #form.email#
> #form.id#
>
> the results appear in one long line (all running together). When I put
> <br> after each field, the "<br>" appears in the email! (It actually
> does put each field on a different line, but you see the "<br>" at the
> end of each field). How do I get the same result - each field on a
> separate line - without the "<br>" showing??? Any help you could provide
> would be greatly appreciated! Thank you in advance...
>
> A.Cregar
> [EMAIL PROTECTED]
>
> --------------------------------------------------------------------------
----
> Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
> To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.

----------------------------------------------------------------------------
--
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or
send a message to [EMAIL PROTECTED] with 'unsubscribe' in
the body.
------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
To Unsubscribe visit 
http://www.houseoffusion.com/index.cfm?sidebar=lists&body=lists/cf_talk or send a 
message to [EMAIL PROTECTED] with 'unsubscribe' in the body.

Reply via email to