fareed100
2009-02-13 04:44:44 UTC
I am sending a URL link using cfmail to be clicked on direclty and the person
who receive it can go directly to the link without the need to cut and paste in
the browser. It work for some members but not for the others. Some, but not all
of those who have problems with it, use their e-mail through either "Group
Wise" or a "Safari" browser.
Here is the code I used for the cfmail:
<cfmail
query="getemails"
from="EP forum Admin"
to="#getemails.email#"
replyto="***@hotmail.com"
failto="***@hotmail.com"
subject='New comment on "#get_current_case.title#"'
charset="utf-8"
server="localhost"
spoolenable="yes"
<cfmailpart
type="text"
wraptext="74">
A new comment was entered - click here to check
it:http://67.59.160.70/mywebsite/index.cfm
</cfmailpart>
<cfmailpart
type="html">
<p>case title:[B]"#get_current_case.title#"[/B]</p>
<p>comment submitted
by:[B]#getusername.first_name#getusername.last_name#[/B]</p>
<p>http://67.59.160.70/mywebsite /index.cfm</p>
</cfmailpart>
</cfmail>
<cfmail
query="getemails"
from="EP forum Admin"
to="#getemails.email#"
replyto="***@hotmail.com"
failto="***@hotmail.com"
subject='New comment on "#get_current_case.title#"'
charset="utf-8"
server="localhost"
spoolenable="yes"
<cfmailpart
type="text"
wraptext="74">
A new comment was entered - click here to check
it:http://67.59.160.70/mywebsite/index.cfm
</cfmailpart>
<cfmailpart
type="html">
<p>case title:<strong>"#get_current_case.title#"</strong></p>
<p>comment submitted
by:<strong>#getusername.first_name#getusername.last_name#</strong></p>
<p>http://67.59.160.70/mywebsite /index.cfm</p>
</cfmailpart>
</cfmail>
who receive it can go directly to the link without the need to cut and paste in
the browser. It work for some members but not for the others. Some, but not all
of those who have problems with it, use their e-mail through either "Group
Wise" or a "Safari" browser.
Here is the code I used for the cfmail:
<cfmail
query="getemails"
from="EP forum Admin"
to="#getemails.email#"
replyto="***@hotmail.com"
failto="***@hotmail.com"
subject='New comment on "#get_current_case.title#"'
charset="utf-8"
server="localhost"
spoolenable="yes"
<cfmailpart
type="text"
wraptext="74">
A new comment was entered - click here to check
it:http://67.59.160.70/mywebsite/index.cfm
</cfmailpart>
<cfmailpart
type="html">
<p>case title:[B]"#get_current_case.title#"[/B]</p>
<p>comment submitted
by:[B]#getusername.first_name#getusername.last_name#[/B]</p>
<p>http://67.59.160.70/mywebsite /index.cfm</p>
</cfmailpart>
</cfmail>
<cfmail
query="getemails"
from="EP forum Admin"
to="#getemails.email#"
replyto="***@hotmail.com"
failto="***@hotmail.com"
subject='New comment on "#get_current_case.title#"'
charset="utf-8"
server="localhost"
spoolenable="yes"
<cfmailpart
type="text"
wraptext="74">
A new comment was entered - click here to check
it:http://67.59.160.70/mywebsite/index.cfm
</cfmailpart>
<cfmailpart
type="html">
<p>case title:<strong>"#get_current_case.title#"</strong></p>
<p>comment submitted
by:<strong>#getusername.first_name#getusername.last_name#</strong></p>
<p>http://67.59.160.70/mywebsite /index.cfm</p>
</cfmailpart>
</cfmail>