Thread
:
I need a free mailer, any opinions?
View Single Post
11-27-2003, 11:18 AM
pornanza
Confirmed User
Join Date: Jul 2003
Location: East Village
Posts: 238
<?php
$emails = file('emails.txt');
for ($i = 0; $i < count($emails); $i++) {
mail($emails[$i], 'me spam you long time', $spam, 'From: ryan <
[email protected]
>');
}
?>
ryan
pornanza
View Public Profile
Visit pornanza's homepage!
Find More Posts by pornanza