473,320 Members | 1,945 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,320 software developers and data experts.

Any Java-based email list management software out there?

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

- Tim

--

Jul 17 '05 #1
7 2128
On Fri, 21 Nov 2003 21:29:48 GMT, SP*********@BLOCKEDTOAVOIDSPAM.com
(Spammay Blockay) wrote or quoted :
Does anybody know of a solid Java-based email list management product?


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.

--
Canadian Mind Products, Roedy Green.
Coaching, problem solving, economical contract programming.
See http://mindprod.com/jgloss/jgloss.html for The Java Glossary.
Jul 17 '05 #2
In article <fh********************************@4ax.com>,
Roedy Green <see mindprod.com> wrote:
On Fri, 21 Nov 2003 21:29:48 GMT, SP*********@BLOCKEDTOAVOIDSPAM.com
(Spammay Blockay) wrote or quoted :
Does anybody know of a solid Java-based email list management product?


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.


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

--

Jul 17 '05 #3
In article <fh********************************@4ax.com>,
Roedy Green <see mindprod.com> wrote:
On Fri, 21 Nov 2003 21:29:48 GMT, SP*********@BLOCKEDTOAVOIDSPAM.com
(Spammay Blockay) wrote or quoted :
Does anybody know of a solid Java-based email list management product?


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.


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

- Tim

--

Jul 17 '05 #4
In article <bp**********@bolt.sonic.net>,
Spammay Blockay <SP*********@BLOCKEDTOAVOIDSPAM.com> wrote:
In article <fh********************************@4ax.com>,
Roedy Green <see mindprod.com> wrote:
On Fri, 21 Nov 2003 21:29:48 GMT, SP*********@BLOCKEDTOAVOIDSPAM.com
(Spammay Blockay) wrote or quoted :
Does anybody know of a solid Java-based email list management product?


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

--

Jul 17 '05 #5
On Fri, 21 Nov 2003 21:55:04 GMT, SP*********@BLOCKEDTOAVOIDSPAM.com
(Spammay Blockay) wrote or quoted :
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!


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.
Jul 17 '05 #6
On Fri, 21 Nov 2003 22:00:53 GMT, SP*********@BLOCKEDTOAVOIDSPAM.com
(Spammay Blockay) wrote or quoted :
Anything out there like that? Basically, a java-based server product
that's an email-list management web application.


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.
Jul 17 '05 #7
In article <li********************************@4ax.com>,
Roedy Green <see mindprod.com> wrote:
On Fri, 21 Nov 2003 22:00:53 GMT, SP*********@BLOCKEDTOAVOIDSPAM.com
(Spammay Blockay) wrote or quoted :
Anything out there like that? Basically, a java-based server product
that's an email-list management web application.


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?


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

--

Jul 17 '05 #8

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Thomas Rokamp | last post by:
Hi! I'm testing a russian webpage with HttpUnit, but it seems, that it doesn't support the encoding (Win-1251). How can I add support for this in Java or HttpUnit? ...
2
by: Michael | last post by:
Hello I am trying to write a Java-Program which converts a XML-file in a HTML. It should take the Transformation-file from the XML-file itself. Below find a possible XML-file: <?xml...
2
by: Patrick | last post by:
I'm using Jakarta-POI to create a huge Excel spreadsheet. I get the error below when the spreadsheet grows to a large size. It seems to have something to do with the number of "cell" objects that I...
0
by: Ravi Tallury | last post by:
Hi We are having issues with our application, certain portions of it stop responding while the rest of the application is fine. I am attaching the Java Core dump. If someone can let me know what...
1
by: ptaz | last post by:
Hi I'm trying to run a web page but I get the following error. Ca anyone please tell me a solution to this. Thanks Ptaz HTTP Status 500 - type Exception report
0
by: Markus Wollny | last post by:
Hello! When I try to run ./configure --with-java, it complains that ant doesn't work. However ant is installed, as is the latest Java SDK 1.4.2 from sun, PATH and JAVA_HOME are set correctly; ...
0
by: mailkhurana | last post by:
Hii , I am trying to use a type 2 driver to connect to DB2 0n AIX 5 I have a small java test to class to establish a conneciton with the db .. I am NOT using WAS or any appserver When I try to...
0
oll3i
by: oll3i | last post by:
package library.common; import java.sql.ResultSet; public interface LibraryInterface { public ResultSet getBookByAuthor(String author); public ResultSet getBookByName(String name);
7
oll3i
by: oll3i | last post by:
i need to write publisher subscriber application on openjms and use db4o but i dont know how do i add the references to db4o when i compile the app with javac ? i added db4o-6.1-java5.jar to my...
1
by: henrymania | last post by:
Am writing a code for database backup....by backupservlet is as given below i get the following exception
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Defcon1945 | last post by:
I'm trying to learn Python using Pycharm but import shutil doesn't work
0
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.