Re: [PHP] mailing to 19000 users

2002-01-30 Thread Rambo Amadeus
PROTECTED]> Sent: 30. sijeèanj 2002 05:47 Subject: RE: [PHP] mailing to 19000 users For a Win32 based solution check out : http://www.infacta.com/ I'm extremely happy with this software, what it can do and the price. Sincerely berber Visit http://www.weberdev.com/ Today!!! To see where

Re: [PHP] mailing to 19000 users

2002-01-29 Thread Manuel Lemos
Hello, Boaz Yahav wrote: > > For a Win32 based solution check out : http://www.infacta.com/ > > I'm extremely happy with this software, what it can do and the price. This looks like a spammer tool that was not meant to use with live databases of Web sites. Is it able to automatically extract

RE: [PHP] mailing to 19000 users

2002-01-29 Thread Boaz Yahav
awani [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:24 AM To: [EMAIL PROTECTED] Subject: [PHP] mailing to 19000 users hi, does anyone know how to send mail to 19000 users using the mail() function, I need to create a mailing list of this number of users and looping on 19000 users takes

Re: [PHP] mailing to 19000 users

2002-01-29 Thread Stefan Rusterholz
f one or two hundreds of mails. 190 loops shouldn't be bad. good luck stefan rusterholz - Original Message - From: "val petruchek" <[EMAIL PROTECTED]> To: "Stefan Rusterholz" <[EMAIL PROTECTED]> Sent: Tuesday, January 29, 2002 12:00 PM Subject: Re: [PHP]

Re: [PHP] mailing to 19000 users

2002-01-29 Thread val petruchek
> How about creating a mailing list will 19000 users and > then using the mail() function to send mail to that > list. so that you will not have to loop through. The main disadvantage (not sure of such long $to) is that EVERY user will receive e-mail's of others. Valentin Petruchek (aki Zliy Pe

Re: [PHP] mailing to 19000 users

2002-01-29 Thread Kancha .
riginal Message - > From: "Mostafa Al-Mallawani" <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Sunday, January 27, 2002 11:23 PM > Subject: [PHP] mailing to 19000 users > > > > hi, does anyone know how to send mail to 19000 > users using

RE: [PHP] mailing to 19000 users

2002-01-28 Thread Darren Gamble
Gamble Planner, Regional Services Shaw Cablesystems GP 630 - 3rd Avenue SW Calgary, Alberta, Canada T2P 4L4 (403) 781-4948 -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Monday, January 28, 2002 8:37 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] mailing to 19000 users

RE: [PHP] mailing to 19000 users

2002-01-28 Thread Mostafa Al-Mallawani
] mailing to 19000 users I am soon to encounter the problem Mostafa is facing. Currently, I have written my custom code to mail to users subscribed to mailing lists on my site. (It is custom code using PHP, MySQL, Linux cron.) I was wondering if there is a mailing list system that could use MySQL to

RE: [PHP] mailing to 19000 users

2002-01-28 Thread Daniel Reichenbach
If you use qmail, then ezmlm (www.ezmlm.org) might be a solution for you. It's capable of using MySQL to store the subscriber lists. Daniel > I am soon to encounter the problem Mostafa is facing. > Currently, I have written my custom code to mail to > users subscribed to mailing lists on my site.

Re: [PHP] mailing to 19000 users

2002-01-28 Thread Jason Wong
On Monday 28 January 2002 23:33, Anas Mughal wrote: > I am soon to encounter the problem Mostafa is facing. > Currently, I have written my custom code to mail to > users subscribed to mailing lists on my site. (It is > custom code using PHP, MySQL, Linux cron.) > I was wondering if there is a mail

Re: [PHP] mailing to 19000 users

2002-01-28 Thread Anas Mughal
I am soon to encounter the problem Mostafa is facing. Currently, I have written my custom code to mail to users subscribed to mailing lists on my site. (It is custom code using PHP, MySQL, Linux cron.) I was wondering if there is a mailing list system that could use MySQL to retreive the list of s

Re: [PHP] mailing to 19000 users

2002-01-27 Thread Ben-Nes Michael
Message - From: "Mostafa Al-Mallawani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, January 28, 2002 8:23 AM Subject: [PHP] mailing to 19000 users > hi, does anyone know how to send mail to 19000 users using the mail() > function, I need to create a ma

Re: [PHP] mailing to 19000 users

2002-01-27 Thread Jason Wong
On Monday 28 January 2002 15:09, Manuel Lemos wrote: > Hello, > > Mostafa Al-Mallawani wrote: > > do you mean a mail server? > > No, he means a program that maintains a list of subscribers and is able > to deliver efficiently invidividual messages to all of them at once. > > I don't know any good

Re: [PHP] mailing to 19000 users

2002-01-27 Thread John Meyer
How about croning the job and splitting up the load as you go. - Original Message - From: "Mostafa Al-Mallawani" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 27, 2002 11:23 PM Subject: [PHP] mailing to 19000 users > hi, does anyone know

Re: [PHP] mailing to 19000 users

2002-01-27 Thread Manuel Lemos
Hello, Mostafa Al-Mallawani wrote: > > do you mean a mail server? No, he means a program that maintains a list of subscribers and is able to deliver efficiently invidividual messages to all of them at once. I don't know any good mailing list programs for Windows, but if you can use a Unix/Linu

Re: [PHP] mailing to 19000 users

2002-01-27 Thread Mostafa Al-Mallawani
do you mean a mail server? would the mail server of IIS handle this? "Jason Wong" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED]... > On Monday 28 January 2002 14:23, Mostafa Al-Mallawani wrote: > > hi, does anyone know how to send mail to 19000 users using the mail() > > function, I

Re: [PHP] mailing to 19000 users

2002-01-27 Thread Jason Wong
On Monday 28 January 2002 14:23, Mostafa Al-Mallawani wrote: > hi, does anyone know how to send mail to 19000 users using the mail() > function, I need to create a mailing list of this number of users and > looping on 19000 users takes up a heck of a lot of resources...any > solutions? thanks. Yo

[PHP] mailing to 19000 users

2002-01-27 Thread Mostafa Al-Mallawani
hi, does anyone know how to send mail to 19000 users using the mail() function, I need to create a mailing list of this number of users and looping on 19000 users takes up a heck of a lot of resources...any solutions? thanks.