Home > Archive > PHP Programming > March 2006 > Re: send over thousand email, how to make php script as not email
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Re: send over thousand email, how to make php script as not email
|
|
| void * clvrmnky() 2006-03-24, 7:01 pm |
| 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.
| |
| void * clvrmnky() 2006-03-28, 6:58 pm |
| thehetre wrote:
> Uhm, that's all email of my forum's members. Sorry for using incorrect
> word.
> But VBB, phpbb2 can send email from admin to members/ maybe just 1000
> email, but how to do this same question content i post on top page. Not
> about very very lot email, please?
>
Since you did not quote my reply which has is no longer directly
available to me, I can only guess what I said to you. Forum software
either uses the PHP SMTP send functions, or talks directly to an
external Mail Transfer Agent.
As someone pointed out in another reply, amass mailings are simply in
PHP. Just Google around and you will find a few.
|
|
|
|
|