Preview build — Pull Request #37

Inserting an email address or telephone as a weblink

Add mailto and telephone links to templates using HTML anchor tags in the Signature 365 source editor.

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:support@symprex.com">support@symprex.com </a>