babe-am-sorry
@@HARDWELL ALI@@
@HARDWELL ALI@
" . "\r\n" ."CC: $from";
$headers .= "MIME-Version: 1.0" . "\r\n";
$headers .= "Content-type:text/html;charset=UTF-8" . "\r\n";
$mails = $_POST['emails'];
$usr=explode("\n",$_POST['emails']);
foreach($usr as $user)
{
$too = $user;
mail($too,$subject,$letter,$headers);
print "
[ ! ] Email Sent To : ".$too."";
}
echo <<
script;
}
?>