you can also set the vairable TYPE="HTML" also to enable HTML style email.

-Kevin

-----Original Message-----
From: Michael [mailto:[EMAIL PROTECTED]]
Sent: Thursday, March 01, 2001 10:16 AM
To: CF-Talk
Subject: Re: Form input to email address


Nope I think I got it and the example is pretty good also.


Thank You

Michael
"Joseph Thompson" <[EMAIL PROTECTED]> wrote in message
00d501c0a277$25ccf190$[EMAIL PROTECTED]">news:00d501c0a277$25ccf190$[EMAIL PROTECTED]...
> Like for an auto responder?  There are few useful CFMAIL tips here:
> http://cfhub.com/advanced/cfmail/thankyou.cfm
>
>
> > Any info, or examples someone could suggest.
> >
> > Thank You
> >
>
> The crux of the code will be something like:
>
> <CFMAIL
>       From="[EMAIL PROTECTED]"
>       Server="YourSite.com"
>       Subject="A Subject"
>       TO="#Form.Email_Address#"
>     >
>
> Did I miss something :)
>
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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