19.08.2011, 13:48
Replace
with
and after the last line:
add:
PHP код:
mail(
PHP код:
$isSent = mail(
PHP код:
);
PHP код:
if($isSent)
echo 'Mail was accepted for delivery!';
else
echo 'Mail was not accepted for delivery!';