HTML link inside a <CFMAIL> email

Ask a Question related to Coldfusion - Advanced Techniques, Design and Development.

  1. #1

    Default HTML link inside a <CFMAIL> email

    Hello all,
    I have writen a basic help desk application.
    When a logged call is closed i use <CFMAIL> to send a confirmation that there
    log has been closed.
    This works fine no problems at all.
    What I would like to do is in the email that <CFMAIL> sends have a web link
    that they can click on.
    Its to direct them to a customer feedback page.
    My problem is that the web link i put in just becomes plain text unlike if you
    send a normal email in outlook where web links are clickable.
    Can you do this within <CFMAIL>

    Any help would be apriciated Many thanks Guy

    Hagster Guest

  2. Similar Questions and Discussions

    1. Showing the email link from a database link
      Hi Does anyone know how to have an email link show when showing the databse info in a repeating table. Here is the link...
    2. HTML <Href Link inside a form (HTML text box)
      Hello, I am using a standard HTML Form to gather information from users and one of the elements within the form is a text box that users will paste...
    3. dump query inside a cfmail tag
      I am stuck using cf 4 so keep that in mind. I am trying to get the results of a query dropped into the body of a cfmail tag. Can't use cfdump. ...
    4. email link in html - flash 7 projector vs player
      when i put an email link in a html text, it works when using it in a embedded flash in an html page, it doesn't work when clicking it in a projector....
    5. Is it possible to create an email link in director 8.5, like mailto in HTML ??
      Is it possible to create an email link in director 8.5, like mailto in HTML ?? Sincerely Chris ---
  3. #2

    Default Re: HTTP web link inside a <CFMAIL> email

    You need to set the html link as an a href html link and then set the email to be a html format in the cfmail tag.
    HairyDude Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139