This list is the best.  Of course, after seeing the answer, I'm realizing
how obvious that was.  Thanks for your help and patience!

-----Original Message-----
From: Robert Long [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 02, 2001 10:30 AM
To: CF-Talk
Subject: RE: CFMail - Sending a link in an email


I think Melissa nailed it. You need to supply some kind of address
in the link tag. Since the email client is not a browser, it needs
specific directions to the page you are linking to. So using
http://intranet/usercalldisplay.cfm or something like that will help
it find it's way to the page.

Hope that helps.

-----Original Message-----
From: Melissa Fraher [mailto:[EMAIL PROTECTED]]
Sent: Friday, March 02, 2001 9:47 AM
To: CF-Talk
Subject: Re: CFMail - Sending a link in an email


Try putting in the entire address without the href tag. For example:
http://www.yoursite.com/UserCallDisplay.cfm

If I understand the other responses to your question correctly, when Outlook
sees the http://  it will create a
link.

Melissa

"Gieseman, Athelene" wrote:

> OK, let me try to post the code again.  this time I change the tag in this
> message to say CF_mail.  I'm guessing the post didn't like the real tag.
>
> ________________________
>
> <cf_mail query="GetCall" to="#NewEmail#" from="[EMAIL PROTECTED]"
> subject="New Help Desk Ticket" type="HTML"><html><body>Thank you for
> reporting your issue to the Help Desk.  Your call was logged into
> our database at #prettydatetime#.  If your problem was not resolved at the
> time of your call you will be hearing back from a technician shortly.
> <P>
> <div align="center"><H3>Call Information</h3></div><P>
> <h4><b><font color="Blue">Ticket Number:</font></b>  #GetCall.ID#<P>
> <b><font color="Blue">Problem Description:</font></b>  <BR>
> #GetCall.Issue#<P>
> <!--- <a href="UserCallDisplay.cfm">Click here to see the status of your
> open calls.</a> --->
> </h4></body></html></cf_mail>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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