- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2022 05:29 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2022 05:43 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-27-2022 05:43 AM
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
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader