create a free PHP "almost" discussion mailing list

ardon me if I am in the wrong place - moderator, move me if desired.

I hardly know PHP so let me share an idea for you PHP developers …

There is no free PHP discussion mailing list - just free Perl mailing lists. And many - I didn’t
check all - requires you to “own” the server. I am guessing that it would be hard for PHP scripts
to read incoming emails to the discussion mailing list. A workaround is to have people post/reply
on a web browser - allowing PHP scripts to work and send emails out. Messages would come from
[email protected], but browser is use to post reply/new topic.

A typical message looks like

... topic ...

... message ...

Do not reply or email [email protected] .
If you wish to reply, click {reply URL}.
If you wish to start a new topic, click {new topic URL}.
If you wish to see your profile, click {profile URL}.

In other words, the PHP script looks like a discussion mailing list except the user clicks an
URL link (instead of “reply” or “new”) if that person wants to reply or start a new topic.

It is probably too late for me - we are on FluxBB, a lightweight forum with email subscriptions.
But I would still like to know if someone tries to do this.

For computer illiterates, a discussion mailing list is much easier than a forum. Teaching them
just to click a link (to write something) is much easier than navigating thru a forum.

Sheng-Chieh

You can have the php script read mail as well.

But as a general comment
At least where I live (Norway) email i dying. except for business it seems like its on a major decline in general and the younger generations aren’t using it at all.

One could probably design an easier forum, but keeping structure of data is quite hard.

Looking at Facebook they do an incredible job with current discussions and posts. But when you are looking for something older than an hour you are lost.

Sponsor our Newsletter | Privacy Policy | Terms of Service