How do I add an email link? I want to create a link that if clicked on, it opens the client‘s email app but how | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

How do I add an email link? I want to create a link that if clicked on, it opens the client‘s email app but how

I want to create a link that if clicked on, it opens the client‘s email application

3rd Sep 2020, 10:48 AM
rafi
rafi - avatar
2 Answers
+ 1
<a href="mailto:youremail@test.com">Send Email</a>
3rd Sep 2020, 10:52 AM
David
0
thanks
3rd Sep 2020, 11:39 AM
rafi
rafi - avatar