Re: 1.2 Million email a week
I'm no pro about these kind of stuff, but if you get a custom php script written out for you it shouldn't be too hard IMO.
Here are some generic steps
* A list of proxies, open smtp in an array
* Randomizing proxy/smtp picks
* PHP's Mail function to send out the email (txt or html)
* Sleep for random n seconds
* Repeat above steps.
There's probably software that does this for you already too, but I'd run it off a offshore hosting/server that is hard(er) to perform a tracebak.
|