|
Posted by void * clvrmnky() on 03/24/06 21:25
thehetre wrote:
> In site http://www.email-manager-pro.com have release a product call:
> Email Manager Pro 3.0
> It's greate software.
>
> I want to make a same script in PHP for send mail to my customer. Over
> 15.000 email in the list. How to pause 2 sec after sending 100
> messages as this site? and continue sending email until send message in
> all emails???
>
Iterate over <n> emails in a loop, processing emails via a template,
sleeping based on various criteria. Do this until you've
spammed^h^h^h^h^h^h^h sent all the emails you want.
> What's idea? do you have exist script? Please give me a solution?
>
I think sending out 15,000 emails, even to "customers", is a bit dodgy.
Make sure you know what you are doing. If you are legit, your domain
might still be black-holed and you may end up angering your ISP.
[Back to original message]
|