Page 1 of 1

How to put hyperlinks in text messages?

Posted: Nov 2nd, ’20, 14:06
by Neur0mancer
Hi,

so I want to integrate a hyperlink in my text in outlook. For example "Click HERE" where "HERE" is a clickable link to let's say google.com.

How would I go about that?

Thanks!

Re: How to put hyperlinks in text messages?

Posted: Nov 3rd, ’20, 18:08
by Tom
You can use a HTML mode:

Code: Select all

<a href="https://www.fastkeysautomation.com/">Visit FastKeys web page!</a>
or Rich text mode - in this case create a link in Word and copy/paste it to FastKeys command field.

Re: How to put hyperlinks in text messages?

Posted: Nov 20th, ’20, 07:27
by Neur0mancer
perfect, works like a charm.
Thanks!!