Need a recipe for a safelink componse new email with mailto:xxxx

Scenario

Upon clicking a link a new outlook email should be composed with from email. Below is the code used and upon clickin on link, nothing is happening. Please advise how to implement this:

a!linkField(
label: "",
links: a!safeLink(label: "Contact TQRM", uri: "mailto:xxxx@yyy.zz")
)

  Discussion posts and replies are publicly visible

Parents
  • +1
    Certified Lead Developer
    Hi

    There are no issues in your code snippet, instead it all depends whether do you have a default Mail Client configured in your system or not.

    Also it's not always mandatory to have only Outlook as default mail client, because we do have many other mail client provided by different vendors and any one of them can be configured as Default in your system.

    Hence try checking what's the default Mail Client configured in your system.

    Hope this will help you.
Reply
  • +1
    Certified Lead Developer
    Hi

    There are no issues in your code snippet, instead it all depends whether do you have a default Mail Client configured in your system or not.

    Also it's not always mandatory to have only Outlook as default mail client, because we do have many other mail client provided by different vendors and any one of them can be configured as Default in your system.

    Hence try checking what's the default Mail Client configured in your system.

    Hope this will help you.
Children
No Data