Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / stredni-php / mailer / mail.php
diff --git a/php/stredni-php/mailer/mail.php b/php/stredni-php/mailer/mail.php
new file mode 100755 (executable)
index 0000000..ea0f4c9
--- /dev/null
@@ -0,0 +1,6 @@
+<?php\r
+\r
+if ( Mail($_POST["mail_prijemce"], $_POST["predmet"], $_POST["zprava"], "From: " . $_POST["mail_odesilatele"]) )\r
+echo "Mail byl odeslan!";\r
+else echo "Mail se nepodarilo odeslat!";\r
+?>\r
This page took 0.092064 seconds and 4 git commands to generate.