RE: Re: [PHP] Mass Mailing with PHP & MySQL

2003-01-19 Thread Brendon G
Re: [PHP] Mass Mailing with PHP & MySQL - Forwarded message from [EMAIL PROTECTED] - Date: Sun, 19 Jan 2003 22:07:34 -0700 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Re: [PHP] Mass Mailing with PHP & MySQL To: Justin French <[EMAIL PROTECTED]>

Fwd: Re: [PHP] Mass Mailing with PHP & MySQL

2003-01-19 Thread rw
- Forwarded message from [EMAIL PROTECTED] - Date: Sun, 19 Jan 2003 22:07:34 -0700 From: [EMAIL PROTECTED] Reply-To: [EMAIL PROTECTED] Subject: Re: [PHP] Mass Mailing with PHP & MySQL To: Justin French <[EMAIL PROTECTED]> Is Peter McNulty out there anywhere? Do

Re: [PHP] Mass Mailing with PHP & MySQL

2003-01-19 Thread Justin French
A while() loop will, at some point, break. this is because the script will timeout on the server before you send to any large lists... when I say large, this could be 100 address', or could be 10,000 -- it all depends on your server/ISP and server load at certain times. A better/simpler solution

[PHP] Mass Mailing with PHP & MySQL

2003-01-19 Thread Tim Thorburn
Hi, I'm working on a mailing solution for a client. His site collects email address from a 'Send this site to a friend' page (user enters their email address and up to 10 other addresses - a message is then sent to the 10 addresses from the users own email address). The addresses are then sto

Re: [PHP] Mass-mailing method

2003-01-03 Thread Paul Roberts
<[EMAIL PROTECTED]> Sent: Friday, January 03, 2003 6:19 AM Subject: RE: [PHP] Mass-mailing method I'm going to try changing that. I don't have access to my client's server as I work remotely, so I can't view any logs... or can I? If anyone else have something for me t

RE: [PHP] Mass-mailing method

2003-01-02 Thread Michael J. Pawlowsky
I have the same problem with one of my clients. I use this... Just keep it well protected... you can cat, ls, find etc. no ps for some reason Might also depend on server security settings. But worth a shot. -- STart Here

RE: [PHP] Mass-mailing method

2003-01-02 Thread Cesar Aracena
uquén (8300) Capital Argentina -Mensaje original- De: Michael J. Pawlowsky [mailto:[EMAIL PROTECTED]] Enviado el: viernes, 03 de enero de 2003 3:15 Para: Cesar Aracena; [EMAIL PROTECTED] Asunto: Re: [PHP] Mass-mailing method Take a look at the sendmail.log for some clues... But I had

Re: [PHP] Mass-mailing method

2003-01-02 Thread Michael J. Pawlowsky
Take a look at the sendmail.log for some clues... But I had something weird were it worked fine for me at home Linux 8 PHP 4.2.2 and when I sent it up to the prod server I had to change the ."\r\n"; to ."\n"; Which technically is wrong. Go figure! But take a look at the sendmail log to begin wi

[PHP] Mass-mailing method

2003-01-02 Thread Cesar Aracena
Hi all, I did a registration page for a customer, and now I'm trying to develop a way for him to send an e-mail once in a while to the people registered with him. I did something (shown below) and everything seems to be ok, but the e-mail never reaches... Can someone find the problem or maybe poin

Re: [PHP] Mass Mailing

2002-12-21 Thread Jonathan Chum
> reason. IMHO, keeping as much of the mail on a mail server will drastically > improove the performance, because a mail server is made to > process/send/receive email, PHP is not ;-) > > -- > me > > > > - Original Message ----- > From: "Jonathan Chum" &

RE: [PHP] Mass Mailing

2002-12-21 Thread Mark Charette
In almost all cases the number of mail messages/time unit sent is a function of bandwidth, not CPU; my Pentium II 250Mhz machine saturates a 768K SDSL line no problem at all. Mark C. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Mass Mailing

2002-12-21 Thread Chris Knipe
ED]> To: "'Gil Disatnik'" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Sunday, December 22, 2002 2:03 AM Subject: RE: [PHP] Mass Mailing > Yea, I'd like to see that. How many people are on your lists if you > don't mind me asking? > > I a

RE: [PHP] Mass Mailing

2002-12-21 Thread Jonathan Chum
ses several Sendmail instances to fork off which is ineffcient. -Original Message- From: Gil Disatnik [mailto:[EMAIL PROTECTED]] Sent: Saturday, December 21, 2002 6:46 PM To: Jonathan Chum Cc: [EMAIL PROTECTED] Subject: Re: [PHP] Mass Mailing I have written a few useful php functions that put th

Re: [PHP] Mass Mailing

2002-12-21 Thread Gil Disatnik
I have written a few useful php functions that put the email addresses on one file and the message on another file. I have a crontabbed script that runs every min looking for these files and then using qmail-inject to send them (sendmail is bad, replace it ;)) It's very good for sending a few tho

[PHP] Mass Mailing

2002-12-21 Thread Jonathan Chum
An upcoming project I'm working and spec'ing out is a mass mailing application. Initially, I was looking at Mailman which was written in Python since it looks like it handles delivering emails efficiently without killing the server. We have 1 client able to send 110,000 emails at 6.5K avg per week

Re: [PHP] Mass Mailing

2001-12-06 Thread Michael Cronström
I have now located a simple HOW-TO and scripts in a zip at: http://www.zoon.se/mailing/index.htm Good luck! Michael Cronström Web Inventor At 00:33 06/12/01, you wrote: >Perhaps I misunderstood. Are you making scripts available? If so, I'm >interested in taking a look. If not, >apologies for

Re: [PHP] Mass Mailing

2001-12-05 Thread Michael Cronström
Original Message - >From: "Michael Cronström" <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: 05 December 2001 13:43 >Subject: Re: [PHP] Mass Mailing > > >Hi again, > >These scripts get there email-info from a database. How many mails send per

Re: [PHP] Mass Mailing

2001-12-05 Thread Michael Cronström
L PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Tuesday, December 04, 2001 1:06 AM >Subject: Re: [PHP] Mass Mailing > > >OK Nathan, > >I have a couple of scripts that will do the job for you, if you are >interested! > >Web inventor >Michael Cronstrom

Re: [PHP] Mass Mailing

2001-12-03 Thread Michael Cronström
OK Nathan, I have a couple of scripts that will do the job for you, if you are interested! Web inventor Michael Cronstrom At 22:51 02/12/01, you wrote: >I started writing a set of scripts that would send out mutiple emails to a >list of customers. I then realized that most likely this progra

[PHP] Mass Mailing

2001-12-03 Thread Nathan Cavicchi
I started writing a set of scripts that would send out mutiple emails to a list of customers. I then realized that most likely this program, and/or snipits had most likely already been written. If so, can some one point me in the right direction and save me 3 or 4 days? Thanks Nathan Webmast