* Sunda Cyber Army 2k17 *
Indonesia Defacer ~
<?php
$to = "dent@usc.edu";
// $to = "thetechnodog@gmail.com";
//$to = "test-z7x3p@mail-tester.com";
// $to = "dent@usc.edu";
$subject = "Testing messages v2 from iyaserver server";
$msg = "Email message to me...
more text....
more";
$header = "From:Patrick_Dent<dent@webdev.iyaclasses.com>";
exit("<hr><h2>disabled</h2><hr>");
$test = mail(
$to,
$subject,
$msg,
$header
);
echo "Your email success code is " . $test;
// $to =""; // email to send it to.. so probably YOUR email
// include '../pdloginvariables.php';