I must be able to import the emails from my existing database or pull them straight from it. I have about 100,000 users, so I would need to email them all at once. The script should run from the server's side. I mean I wouldn't want to wait 100 hours until my browser loads. And it also shouldn't ddos my site. I've tried php lists or something like that but I couldn't get my emails there. Anyone?