Any Java-based email list management software out there?

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Spammay Blockay

    Any Java-based email list management software out there?

    Does anybody know of a solid Java-based email list management product?

    - Tim

    --

  • Roedy Green

    #2
    Re: Any Java-based email list management software out there?

    On Fri, 21 Nov 2003 21:29:48 GMT, SPAMBLOCKER@BLO CKEDTOAVOIDSPAM .com
    (Spammay Blockay) wrote or quoted :
    [color=blue]
    >Does anybody know of a solid Java-based email list management product?[/color]



    will deliver an email to everyone on a list. It validates email
    addresses and domains. However you still need a database to maintain
    the email addresses. I do this for my customers using DOS-Abundance
    applications. This might the sort of thing that Access is useful for.

    --
    Canadian Mind Products, Roedy Green.
    Coaching, problem solving, economical contract programming.
    See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

    Comment

    • Spammay Blockay

      #3
      Re: Any Java-based email list management software out there?

      In article <fh1trv45rgtlhs bsmud0k6skqn3e0 hag08@4ax.com>,
      Roedy Green <see mindprod.com> wrote:[color=blue]
      >On Fri, 21 Nov 2003 21:29:48 GMT, SPAMBLOCKER@BLO CKEDTOAVOIDSPAM .com
      >(Spammay Blockay) wrote or quoted :
      >[color=green]
      >>Does anybody know of a solid Java-based email list management product?[/color]
      >
      >http://mindprod.com/products.html#BULK
      >
      >will deliver an email to everyone on a list. It validates email
      >addresses and domains. However you still need a database to maintain
      >the email addresses. I do this for my customers using DOS-Abundance
      >applications . This might the sort of thing that Access is useful for.[/color]

      This might well do it -- I'll check it out. Thanks!
      By the way, I called up L-Soft (the Listserv people), and thought
      I could use their product (even though it's not Java)... they have
      this weird pricing structure, where you "rent" the product for
      $650/year, or buy it for $5300! Ridiculous!

      - Tim

      --

      Comment

      • Spammay Blockay

        #4
        Re: Any Java-based email list management software out there?

        In article <fh1trv45rgtlhs bsmud0k6skqn3e0 hag08@4ax.com>,
        Roedy Green <see mindprod.com> wrote:[color=blue]
        >On Fri, 21 Nov 2003 21:29:48 GMT, SPAMBLOCKER@BLO CKEDTOAVOIDSPAM .com
        >(Spammay Blockay) wrote or quoted :
        >[color=green]
        >>Does anybody know of a solid Java-based email list management product?[/color]
        >
        >http://mindprod.com/products.html#BULK
        >
        >will deliver an email to everyone on a list. It validates email
        >addresses and domains. However you still need a database to maintain
        >the email addresses. I do this for my customers using DOS-Abundance
        >applications . This might the sort of thing that Access is useful for.[/color]

        I just read the documentation, but it's not quite what I need.
        See my next posting...

        - Tim

        --

        Comment

        • Spammay Blockay

          #5
          Clarification -- (Was Re: Any Java-based email list management software out there?)

          In article <bpm1pk$d1t$1@b olt.sonic.net>,
          Spammay Blockay <SPAMBLOCKER@BL OCKEDTOAVOIDSPA M.com> wrote:[color=blue]
          >In article <fh1trv45rgtlhs bsmud0k6skqn3e0 hag08@4ax.com>,
          >Roedy Green <see mindprod.com> wrote:[color=green]
          >>On Fri, 21 Nov 2003 21:29:48 GMT, SPAMBLOCKER@BLO CKEDTOAVOIDSPAM .com
          >>(Spammay Blockay) wrote or quoted :
          >>[color=darkred]
          >>>Does anybody know of a solid Java-based email list management product?[/color][/color][/color]

          What I need is this:

          1. Java-based product

          2. Product runs as a server

          3. Uses *Web Based* client

          4. Can use ANY database that's JDBC-compliant to keep the
          mailing list (and maintainer can determine format of
          database -- Java source will be available for modification
          so fields the list server product doesn't need are ignored).

          Anything out there like that? Basically, a java-based server product
          that's an email-list management web application.

          - Tim

          --

          Comment

          • Roedy Green

            #6
            Re: Any Java-based email list management software out there?

            On Fri, 21 Nov 2003 21:55:04 GMT, SPAMBLOCKER@BLO CKEDTOAVOIDSPAM .com
            (Spammay Blockay) wrote or quoted :
            [color=blue]
            >I could use their product (even though it's not Java)... they have
            >this weird pricing structure, where you "rent" the product for
            >$650/year, or buy it for $5300! Ridiculous![/color]

            For those kind of "rents" I could easily custom write you the whole
            thing.

            --
            Canadian Mind Products, Roedy Green.
            Coaching, problem solving, economical contract programming.
            See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

            Comment

            • Roedy Green

              #7
              Re: Clarification -- (Was Re: Any Java-based email list management software out there?)

              On Fri, 21 Nov 2003 22:00:53 GMT, SPAMBLOCKER@BLO CKEDTOAVOIDSPAM .com
              (Spammay Blockay) wrote or quoted :
              [color=blue]
              >Anything out there like that? Basically, a java-based server product
              >that's an email-list management web application.[/color]

              You want a database. End users can modify their own records.

              What information do you keep? Just the fact they are on the email
              list? This might be handled with a web transaction with an email
              confirmation.
              You also probably want the ability to get off the list via email
              transaction as well.

              Have you done a google on ListServ?


              --
              Canadian Mind Products, Roedy Green.
              Coaching, problem solving, economical contract programming.
              See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.

              Comment

              • Spammay Blockay

                #8
                Re: Clarification -- (Was Re: Any Java-based email list management software out there?)

                In article <li6trv8tb2am0m 5d0mqf94clktvda agcsb@4ax.com>,
                Roedy Green <see mindprod.com> wrote:[color=blue]
                >On Fri, 21 Nov 2003 22:00:53 GMT, SPAMBLOCKER@BLO CKEDTOAVOIDSPAM .com
                >(Spammay Blockay) wrote or quoted :
                >[color=green]
                >>Anything out there like that? Basically, a java-based server product
                >>that's an email-list management web application.[/color]
                >
                >You want a database. End users can modify their own records.
                >
                >What information do you keep? Just the fact they are on the email
                >list? This might be handled with a web transaction with an email
                >confirmation .
                >You also probably want the ability to get off the list via email
                >transaction as well.
                >
                >Have you done a google on ListServ?[/color]

                Yeah, I've done a million google searches with varying parameters.
                Lots of listserv software packages, not much in the way of Java & server-based
                ones with web-interfaces and your own database... you know, a typical
                java server based solution.

                - Tim

                --

                Comment

                Working...