Problem
You wish to insert a mailto: or tel: link into a signature as a weblink
Solution
This requires using an <a href> link to insert a link in the signature template. You can do this by using a piece of code similar to the following:
To insert a telephone link:
<a href="tel:+4414833210029">+441483321002 </a>
To insert a mailto link:
<a href="mailto:[email protected]">[email protected] </a>