Emil client
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:04 AM
In a record procedure in description i have added email name(hyperlink),if user click on email, then it should open a outlook with adding that email in To. how to achieve this functionality,
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-28-2023 12:12 AM
Can you share how you have added the email name hyperlink and where it is displayed
For redirecting it to the outlook here is the way:
<a href="mailto:name_of_the_recipient@something.com" target="_blank">Link</a>
If my answer solved your issue, please mark my answer as ✅ Correct & 👍Helpful based on the Impact.