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
2 odpowiedzi
+ 1
<a href="mailto:youremail@test.com">Send Email</a>
0
thanks