Preview build — Pull Request #46

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.

If you want to insert a mailto: or tel: link into a signature as a weblink, use an <a href> link in the signature template. You can do this by using 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>