
Hi,
I am looking for an email to open email composer when user clicks on the email link. Give me code for html email example
Thanks

Hi,
You can use the <a href="">..</a> tag for opening the email client when user clicks on the email link.
Here is the example code:
<a href="mailto:test@test.com">test@test.com</a>
Thanks
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.