Ajouter Mailto dans HTML
<a href="mailto:[email protected]">Link text</a>
Antoniotonio
<a href="mailto:[email protected]">Link text</a>
<a href="mailto:[email protected]">Jon Doe</a>
<a href="mailto:[email protected]">Link text</a>
<a href="mailto:[email protected]">text</a>
<p>Email me<a href="mailto:[email protected]" target="_blank">Change this text</a></p>
<!-- Change email address and name. You can remove target in anchor tag(<a></a>) if you don't want to open new tab -->
<a href="mailto:[email protected]?Subject=Hi%20mate" target="_top">Send Mail</a>