On click of URL (email id) redirect to the New email in the outlook app

Madhuri8
Tera Expert

Hi Community,

Need to open Outlook with the email id (abc@eg.com) as shown in the screenshot. This requirement is on the wizard panel of the change management. Please let me know how is this possible.

find_real_file.png

 

1 ACCEPTED SOLUTION

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

so were you able to achieve showing up the link?

if yes then you can use href attribute in anchor tag

something like this

<a href="mailto:someone@yoursite.com" target="_blank">Link</a>

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader

View solution in original post

1 REPLY 1

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

so were you able to achieve showing up the link?

if yes then you can use href attribute in anchor tag

something like this

<a href="mailto:someone@yoursite.com" target="_blank">Link</a>

Regards
Ankur

Regards,
Ankur
✨ Certified Technical Architect  ||  ✨ 9x ServiceNow MVP  ||  ✨ ServiceNow Community Leader