Answers for "how to send email to webmailer in html"

5

how to link to an email in html

<a href = "mailto: [email protected]">Send Email</a>
Posted by: Guest on September-30-2020
0

sending email by html

<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