Created
April 3, 2021 11:22
-
-
Save S-codes14/4a518d11fc42507a05b507810de3b6e5 to your computer and use it in GitHub Desktop.
sen email from website
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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