I have the ultimate server based mailing system, contact me for more info
mailing software spammers look in here
Collapse
X
-
Look dad, I can genrate 30 million emails too!
PHP Code:#!/usr/bin/perl open (EMAILS,"dictionary.txt"); open (SAVE, ">emails.txt"); @emails = <EMAILS>; foreach $email (@emails) { print SAVE $email . '@yahoo.com',"\n"; print SAVE $email . '@hotmail.com',"\n"; print SAVE $email . '@aol.com',"\n"; print SAVE $email . '@msn.com',"\n"; print SAVE $email . '@t-online.com',"\n"; }Comment

Comment