It is possible to insert a variable into the href="$variable_here" part of a link.
Sugar will interpret the variable and your recipient will have a link in the email that points to where you want it to go.
$contact_url_to_visit = "http://www.mysite.com"
In the email template HTML source I use <A href="$contact_url_to_visit"> click here </a>
This resolves to a link to http://www.mysite.com ,
Hope this is helpful to you.


LinkBack URL
About LinkBacks



Reply With Quote


Bookmarks