this <a href="www.here.com/index.cfm">go to site</a>
needs to be this
<a href="http://www.here.com/index.cfm";>go to site</a>
(you have to put the http:// in it to make it a link...

~~
Stephenie Hamilton
Macromedia Certified ColdFusion Professional



-----Original Message-----
From: Stephen Adams [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, February 12, 2002 12:06 PM
To: CF-Talk
Subject: Links in CFMAIL


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

______________________________________________________________________
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