PDA

View Full Version : how do i send alot of emails very quikly


big killer monkeys
July 30th, 2006, 09:15 AM
some 1 is annoyn me on msn how can i send dem alot of emails very quikly plz tell me dudes

Tigerlilyhb89
July 30th, 2006, 07:21 PM
Omg, I understand that you might want to save time by typing like that but its annoying as fuck. Really, it only makes you look like an incoherant dumbass.

Cuddles
July 30th, 2006, 07:25 PM
make an automailer:

find an email script;
copy it;
loop the mailing part a certain # of times (say a few thousand);
host it on a website with smtp or pop3 support (dajoob supports php's mail function, so that'd work);
run it.

if you want a script: you can take the one i took from operator on enigmagroup...his had errors...mine doesnt....but i still left all his comments...im thinking i might put a bit at the end for giving him credit....

most email websites seem to claim it is spam, and it wont send to yahoo for some reason (not sure why, might just be a misconfiguration or something)

http://spoogly.dajoob.com/email.php?option=source

only thing that needs to be done: (no idea why im making this this simple)
change
------------------------------------------
$myexpressmail = mail($to, $subject, $body, "From: $from");
if($myexpressmail)
{
echo 'Email send to ' . htmlspecialchars($to) . ' from ' . htmlspecialchars($from) . '.';
}else{
echo 'The script was unable to send the mail.
';
exit;
}
-----------------------------------------------------
to:
------------------------------------------------------
for ($i=0; $i<1000; $i++)
{
$myexpressmail = mail($to, $subject, $body, "From: $from");
if($myexpressmail)
{
echo 'Email send to ' . htmlspecialchars($to) . ' from ' . htmlspecialchars($from) . '.';
}else{
echo 'The script was unable to send the mail.
';
exit;
}
}
----------------------------------------------------------


edit: and i filtered out the bad typing the first time cuz im so used to it...but now that i reread it, it's quite obnoctious....edit 2: i was fixing something i didnt like

Cuddles
July 30th, 2006, 08:20 PM
lol...well i gave him a way to do it...not necessarily a way i would do it....

personally, ive found a few pages i could exploit to send mass emails over and over again...it's just a matter of bothering with it....

big killer monkeys
July 31st, 2006, 05:51 AM
massigy wats ur way please help me i really dont understand all that code stuff lol

the homo phobe
August 3rd, 2006, 02:20 PM
Go to Massigy's site and download bitchbucket. Put in that person's eamil. It signs them up for lots and lots f porn(gay) Come to think of it, I have a friend who might appreciate this. i have to get his email. XD

magicalmerf
October 19th, 2006, 02:14 PM
Ya or you could use ghost mouse, look it up on google and you can download it, it can record mouse strokes.. but there is a limit perday on hotmail how many emails you can send and every like 50th or somthing email you'll have to type in some numbers, cuz they think your spamming...just type that in and start again..

magicalmerf
October 19th, 2006, 02:30 PM
nuke?