I have an application that needs to send email when a file is updated. I want to send the link of the file as part of the body, when I get the email, and trying to open the link, this is the address the link address shows.
Open the 6-0000000052FC3063C2A4D211A11E00105A65571F0700613A6A6A3F09D311
8F5C00508B2C24FE000000BE0DDA0000E79883AEA37FD411A58C00508BAC
5F4B0000000EEDB40000
instead of <a href="file/test.doc">Test.doc</a>
The code I am using is below:
Please try the following:
Open the 6-0000000052FC3063C2A4D211A11E00105A65571F0700613A6A6A3F09D311
8F5C00508B2C24FE000000BE0DDA0000E79883AEA37FD411A58C00508BAC
5F4B0000000EEDB40000
<CFIF ISdefined(form.submit)>
<cfmail to="jsalazar@nuera.com"
from="mclay@nuera.com"
subject="Library Update"
type="HTML">
<table>
<tr><td><font face="arial,helvetica,verdana" size="2">
#ParagraphFormat(comments)#</font></td></tr>
</table>
<a href="file/test.cfm">test.cfm</a>
</cfmail>
</cfif>
Any ideas what am I doing wrong??
Thanks,
Janette
Open the 6-0000000052FC3063C2A4D211A11E00105A65571F0700613A6A6A3F09D311
8F5C00508B2C24FE000000BE0DDA0000E79883AEA37FD411A58C00508BAC
5F4B0000000EEDB40000
instead of <a href="file/test.doc">Test.doc</a>
The code I am using is below:
Please try the following:
Open the 6-0000000052FC3063C2A4D211A11E00105A65571F0700613A6A6A3F09D311
8F5C00508B2C24FE000000BE0DDA0000E79883AEA37FD411A58C00508BAC
5F4B0000000EEDB40000
<CFIF ISdefined(form.submit)>
<cfmail to="jsalazar@nuera.com"
from="mclay@nuera.com"
subject="Library Update"
type="HTML">
<table>
<tr><td><font face="arial,helvetica,verdana" size="2">
#ParagraphFormat(comments)#</font></td></tr>
</table>
<a href="file/test.cfm">test.cfm</a>
</cfmail>
</cfif>
Any ideas what am I doing wrong??
Thanks,
Janette