Home Service Manager

Notification (link in outlook)

I create a notification using the <a href tag, the links are displayed well, but when I try to make a link from @mail it is displayed as standard in the outlook. I need to change the color of @mail, make as a link <a href. Is it possible to do the same?


This for @mail
<p style='margin:0cm;margin-bottom:.0001pt'><span lang=DE style='font-family:
"Calibri",sans-serif'>E-mail: </span><u><span lang=EN-US style='font-family:
"Calibri",sans-serif;color:#00B0F0'><span style='color:#00B0F0'>my@mail.com</span></span></u></p>

This for link
<p style='margin:0cm;margin-bottom:.0001pt'><span lang=EN-US
  style='font-family:"Calibri",sans-serif;color:#00B0F0'><a href="http://mysite/$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$"><span style='color:#00B0F0'>$Context/Property[Type='CustomSystem_WorkItem_Library!System.WorkItem']/Id$</span></a></span></p>

Answers

  • Geoff_RossGeoff_Ross Cireson Consultant O.G.
    Hi Roman,

    Yes, just do the exact same as the normal link with the <a href= but instead of the url you do a mailto: link.

    <a href=mailto:itmonkey@cireson.com></a>

    Make sure you copy all the styling bits with it and that should do it.
Sign In or Register to comment.