don't know about you but i can smell a foul tasting pork based tinned meat
if you want to send an email to thousands of people who don't want to get it the best way is to do it like this:
have all the email addresses one per line in a file, set message params and then run some php black magick on it
$list = "/home/whereever/the/list/is.whatever";
$subject = "mmm porky tinned meat";
$message = "message you want to send";
$from = "junk@mail.com";
unlink($list);
echo "Done!";
that's my little contribution