hi all,
i want to make mailing system like rediffmail.com in java.
what should i require?
thanks and regards..
manoj
-
how to make mailing system (1 messages)
- Posted by: Manoj Kumar Tyagi
- Posted on: April 22 2005 09:45 EDT
Threaded Messages (1)
- how to make mailing system by Tugdual Grall on April 26 2005 15:57 EDT
-
how to make mailing system[ Go to top ]
- Posted by: Tugdual Grall
- Posted on: April 26 2005 15:57 EDT
- in response to Manoj Kumar Tyagi
Hello Manoj
I am not familiar with rediffmail.com, but Java/J2EE provides an API for mail interaction, have you looked at Javamail ?
You also have several mailing tools written in Java, for example Apache James is a complete Email/News server.
So I am sure with Javamail plus the example of James you will be able to create everything you need!
Regards
Tug