Looking for a database-driven email "contact manager" application

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Al Dykes

    Looking for a database-driven email "contact manager" application


    I'm going to be collecting lots (a few thousand) email addys. Each of
    these people will be interested in recieving mail on one or more
    topics, with an open ended and growing number of topics. Mailman with
    a BD application behing it might be ideal as it would let users add
    and delete themselves and each topic would have it's own email list
    name identity.

    Any suggestions for a PHP/mysql application to do this?>

    Thanks


    --
    a d y k e s @ p a n i x . c o m

    Don't blame me. I voted for Gore.
  • Joshie Surber

    #2
    Re: Looking for a database-driven email "contac t manager" application

    Honestly, I have never tried it myself, but I have heard good things
    about PHPList (http://www.phplist.com). Their page has a list of other
    similar applications as well.

    You could also try searching http://php.resourceindex.com,
    http://www.freshmeat.net, and http://www.sourceforge.net)

    Comment

    • Al Dykes

      #3
      Re: Looking for a database-driven email "contac t manager" application

      In article <1128407323.777 100.163080@o13g 2000cwo.googleg roups.com>,
      Joshie Surber <joshie@surber. us> wrote:[color=blue]
      >Honestly, I have never tried it myself, but I have heard good things
      >about PHPList (http://www.phplist.com). Their page has a list of other
      >similar applications as well.
      >
      >You could also try searching http://php.resourceindex.com,
      >http://www.freshmeat.net, and http://www.sourceforge.net)
      >[/color]


      Thanks. phpresource.net is new to me. I find it's
      impossible to search any of these sites for mail applications
      becuase "mail" occurs in to d**n many places in the text.

      --
      a d y k e s @ p a n i x . c o m

      Don't blame me. I voted for Gore.

      Comment

      • Tim Roberts

        #4
        Re: Looking for a database-driven email &quot;contac t manager&quot; application

        adykes@panix.co m (Al Dykes) wrote:[color=blue]
        >
        >I'm going to be collecting lots (a few thousand) email addys. Each of
        >these people will be interested in recieving mail on one or more
        >topics, with an open ended and growing number of topics. Mailman with
        >a BD application behing it might be ideal as it would let users add
        >and delete themselves and each topic would have it's own email list
        >name identity.[/color]

        Why not just use Mailman?
        --
        - Tim Roberts, timr@probo.com
        Providenza & Boekelheide, Inc.

        Comment

        • George Chapman

          #5
          Re: Looking for a database-driven email &quot;contac t manager&quot; application

          It's probably not 100% on-target for what you want to do (not to mention
          being overkill, perhaps), but I use Drupal to do exactly what you're
          describing, using the Subscriptions add-on module.

          Basically, people sign up, read and post to topical forums (web based)
          but then also have the option to "subscribe" to any forum (or specific
          thread, even) and have new posts to that area emailed to them. Anyway,
          thought you might want to peek at it.

          Drupal is an open source platform for building amazing digital experiences. It's made by a dedicated community. Anyone can use it, and it will always be free.


          In article <dhrvbu$a8i$1@p anix3.panix.com >, adykes@panix.co m says...[color=blue]
          >
          > I'm going to be collecting lots (a few thousand) email addys. Each of
          > these people will be interested in recieving mail on one or more
          > topics, with an open ended and growing number of topics. Mailman with
          > a BD application behing it might be ideal as it would let users add
          > and delete themselves and each topic would have it's own email list
          > name identity.
          >
          > Any suggestions for a PHP/mysql application to do this?>
          >[/color]

          Comment

          Working...