Posted by Erwin Moller on 09/30/05 17:11
Taxi Driver wrote:
> Does anyone know of a good script to gather email addresses from a
> specific web site.
>
> Thank you.
Yes, try this one:
$tomail = "7sumari@mail.goo.ne.jp";
$subject = "Great new mailprogram! Try it now!";
$body = "Buy now the latest greatest mailprogram.";
while("spam" == "spam") {
mail($to, $subject, $body);
}
Regards,
Erwin Moller
[Back to original message]
|