I was hoping NOT to receive this kind of answers, but guess it's
logical. On the other hand, when reading your answer Justin, it came to
my mind (and that's luck) that HTML (Web) e-mail readers made in PHP
does manage the incoming e-mails with no server-side assistance... Is it
logical to think that a PHP script of this sort, joined by an 1 second
auto-reload would do the trick?

I mean, detect new e-mail, authenticate the sender in a DB, decide what
to do (suscribe, unsubscribe or send to list), and take action... Am I
talking crazy or what?

Obviously I'm thinking about a small-to-medium size mailing list.

Thanks, C.

> -----Original Message-----
> From: Justin French [mailto:[EMAIL PROTECTED]]
> Sent: Friday, July 12, 2002 2:42 AM
> To: César Aracena; PHP General List
> Subject: Re: [PHP] Mailing List
> 
> The only way I've ever done it was on a Unix box:
> 
> - filter the email
> - if it's a certain address, subject, or whatever, pipe it to a php
script
> (command line executable, rather than http)
> - use this PHP script to manipulate the headers and body of the email,
and
> re-send it to the subscribers, or act on commands like subscribe,
> unsubscribe, etc.
> 
> it's pretty complex stuff (or at the very least, a lot of work!!), and
> obviously will require some non-typical allowances on the server, like
the
> ability to access scripts from the command line, email filtering, and
> possibly even some special allowances on the server for bulk mail
sending
> (ie, some shared hosts restrict to batches of 100, etc).
> 
> if you're on a shared host, I doubt you'll be able to do this, but
they
> may
> be interested in installing a simular application onto the server for
you
> (and others to use)... there are heaps of them out there (ezmlm the
> obvious
> one), and they might even have such a beast already installed.
> 
> 
> Good luck!
> 
> Justin French
> 
> 
> 
> 
> on 12/07/02 3:33 PM, César Aracena ([EMAIL PROTECTED]) wrote:
> 
> > Hi all.
> >
> > I know for sure that this question has been asked and answered
before,
> > but I haven’t read anything about it in the 6918 mails I got from
this
> > list yet (or missed it ;). I have been wondering for a couple of
days
> > now on how to make a mailing list (like this list) with PHP. Before
> > writing this, I went to hotscripts and evilwalrus but didn’t find
> > anything. I think it should be easy for me if I could gain physical
> > access to my server, but that’s not the case. I don’t wanna use
other
> > language because I am trying to get around PHP at it most so any
idea
> > very much appreciated.
> >
> > Thanks,
> >
> > Cesar Aracena <mailto:[EMAIL PROTECTED]>
> > CE / MCSE+I
> > Neuquen, Argentina
> > +54.299.6356688
> > +54.299.4466621
> >
> >
> 
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php



--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to