Added lot of junk laying around on harvie.cz
[mirrors/Programs.git] / php / stredni-php / mailer / mail.php
CommitLineData
8de51304
H
1<?php\r
2\r
3if ( Mail($_POST["mail_prijemce"], $_POST["predmet"], $_POST["zprava"], "From: " . $_POST["mail_odesilatele"]) )\r
4echo "Mail byl odeslan!";\r
5else echo "Mail se nepodarilo odeslat!";\r
6?>\r
This page took 0.13389 seconds and 4 git commands to generate.