Create a link to send email with a subject in HTML
Advertisements
<!DOCTYPE html> <html> <head> <title>Send email using HTML</title> </head> <body> <h1>Contact</h1> <p>Mail us:<a href="mailto:hello@poopcode.com?Subject=I%20have%20a%20query">Contact us</a></p> </body> </html>
Curly hair, very fair, please share 🙂
Related
How do we send an email using HTML forms?, How to create a bookmark link in HTML?, How to create a download link with HTML?, How to create a hyperlink to link another document in HTML?, How to create a link to send email in HTML?, How to create HTML link that doesnt follow the link?, How to send a cross-document message with HTML?, How to send a email with attachment using a JSP page?, How to send a html based email using a JSP page?, How to send a simple text based email using a JSP page?, How to send an email with a file attachment in Android using Kotlin?, How to send an email with a file attachment in Android?, How to send email using PHPMailer?, How to send HTML email using Android App using Kotlin?, How to send HTML email using Android App?, mailto html, send email via html