Try changing your href tag to look like this:

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

>From: "Stephen Adams" <[EMAIL PROTECTED]>
>Reply-To: [EMAIL PROTECTED]
>To: CF-Talk <[EMAIL PROTECTED]>
>Subject: Links in CFMAIL
>Date: Tue, 12 Feb 2002 17:05:55 +0000
>
>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
>
______________________________________________________________________
Dedicated Windows 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=coldfusiona
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