This commit is contained in:
Christian Paminger
2006-11-27 08:32:02 +00:00
parent 28ad20fc05
commit 69e7513333
7 changed files with 988 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
<HTML>
<HEAD>
<TITLE>Mail Test</TITLE>
<META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</HEAD>
<BODY bgcolor="#FFFFFF" text="#000000">
<P>Test-Seite zum verschicken von Mails.</P>
<FORM name="form1" method="post" action="mailtest.php">
Adresse:
<INPUT type="text" name="adress">
<BR>
Subject:
<INPUT type="text" name="subject">
<BR>
<INPUT type="submit" name="Send" value="Abschicken">
</FORM>
<P>&nbsp; </P>
</BODY>
</HTML>