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