Hi,

I am trying to send an email with a link in the body using CFMAIL, but I have found 
that the link never appears in the message body.  I do have the type set as HTML.  
Here is an example of the cfmail tag I am using:

        <cfmail to="#session.Email#"
                from="[EMAIL PROTECTED]"
                subject="New password"
                server="mail.here.com"
                port=25
                timeout=20
                type="HTML">


                <a href="www.here.com/index.cfm">go to site</a>

        </cfmail>

Does anyone know how I can fix this ?

Thanks

Stephen
______________________________________________________________________
Why Share?
  Dedicated Win 2000 Server � PIII 800 / 256 MB RAM / 40 GB HD / 20 GB MO/XFER
  Instant Activation � $99/Month � Free Setup
  http://www.pennyhost.com/redirect.cfm?adcode=coldfusionc
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to