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!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
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 Respuestas
+ 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