Re: [PHP] mailing to 19000 users

2002-01-30 Thread Rambo Amadeus
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 PHP might take you tomorrow

Re: [PHP] mailing to 19000 users

2002-01-29 Thread Kancha .
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. --- John Meyer [EMAIL PROTECTED] wrote: How about croning the job and splitting up the load as you go. - Original Message -

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 Pes)

Re: [PHP] mailing to 19000 users

2002-01-29 Thread Stefan Rusterholz
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] mailing to 19000 users I have no experience with this stuff, but some thoughts

RE: [PHP] mailing to 19000 users

2002-01-29 Thread Boaz Yahav
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 PHP might take you tomorrow. -Original Message- From: Mostafa Al-Mallawani

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-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

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 mailing

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 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

RE: [PHP] mailing to 19000 users

2002-01-28 Thread Darren Gamble
, 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 On Monday 28

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.

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 need to

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/Linux

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 how to send mail to 19000 users

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 mailing

Re: [PHP] mailing to 19000 users

2002-01-27 Thread Ben-Nes Michael
use mailman :) http://www.gnu.org/software/mailman/mailman.html every problem has a different solution -- Canaan Surfing Ltd. Internet Service Providers Ben-Nes Michael - Manager Tel: 972-4-6991122 http://sites.canaan.co.il -- - Original