Skip to content

Instantly share code, notes, and snippets.

@S-codes14
Created April 3, 2021 11:22
Show Gist options
  • Save S-codes14/4a518d11fc42507a05b507810de3b6e5 to your computer and use it in GitHub Desktop.
Save S-codes14/4a518d11fc42507a05b507810de3b6e5 to your computer and use it in GitHub Desktop.
sen email from website
<!DOCTYPE html>
<html>
<body>
<h2>Send e-mail to [email protected]:</h2>
<form action="mailto:smlmnguni14.com" method="post" enctype="text/plain">
Name:<br>
<input type="text" name="name"><br>
E-mail:<br>
<input type="text" name="mail"><br>
Comment:<br>
<input type="text" name="comment" size="50"><br><br>
<input type="submit" value="Send">
<input type="reset" value="Reset">
</form>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment