Answers for "html link to open email client"

1

open email client from html

<!--Example of click for client mail -->

<p><a href="mailto:[email protected]">Open the email client</a></p>
Posted by: Guest on February-04-2022
0

html open email program

<a href = "mailto:[email protected]?subject = Feedback&body = Message">
Send Feedback
</a>
Posted by: Guest on August-15-2020

Browse Popular Code Answers by Language