PHP Group/Mailing List script - GNU Mailer like

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • believ3r@gmail.com

    PHP Group/Mailing List script - GNU Mailer like

    Hi

    I've been looking for an open-source php script, which I want to tweak
    for internal use on a network.

    Anyway, regardless, might anyone suggest to me a script capable of
    forwarding any emails sent to say g...@domain.com to a list of other
    emails @domain.com
    Basically a group mailing list...

    A lot of people might argue that this is a 'mailing list' system, but
    when looking on sourceforge, I can only find 'one-way' systems - ie.
    the mailing list owner can send an email to all members, but individual
    members cannot send emails to the rest of the group.

    I think GNU Mailer or similar has this function, but I need it to run
    on any webhost with only 'cpanel' like access.

    Thanks

  • ronverdonk
    Recognized Expert Specialist
    • Jul 2006
    • 4259

    #2
    Are you looking for a router, i.e. an email catcher that routes incoming emails automatically to a (yes!) mailing list or do you want a 'public' email system, where users can send emails to all users in a public mailing list?

    In the first case you need a POP 'listener' that periodically reads the mailbox and transfers read emails to other users.
    In the 2nd case you have to setup a public (accessible by members) email service.

    Which one are you looking for?

    Ron :cool:

    Comment

    Working...