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