[PHP] email list 101

2011-01-16 Thread Kirk Bailey
So, in php, I want a program to handle sending out a mail list. All this is going to do is be a filter to exclude non subscribers, and send a copy to every person in the subscriber file. This is pretty simple in python, but this is not my mother tounge we speak here, so let's talk in php

Re: [PHP] email list 101

2011-01-16 Thread David McGlone
On Sunday, January 16, 2011 10:09:03 am Kirk Bailey wrote: So, in php, I want a program to handle sending out a mail list. All this is going to do is be a filter to exclude non subscribers, and send a copy to every person in the subscriber file. This is pretty simple in python, but this is not

Re: [PHP] email list 101

2011-01-16 Thread Jim Lucas
On 1/16/2011 7:09 AM, Kirk Bailey wrote: So, in php, I want a program to handle sending out a mail list. All this is going to do is be a filter to exclude non subscribers, and send a copy to every person in the subscriber file. This is pretty simple in python, but this is not my mother tounge we

Re: [PHP] email list 101

2011-01-16 Thread Paul M Foster
On Sun, Jan 16, 2011 at 10:09:03AM -0500, Kirk Bailey wrote: So, in php, I want a program to handle sending out a mail list. All this is going to do is be a filter to exclude non subscribers, and send a copy to every person in the subscriber file. This is pretty simple in python, but this is