aspose file tools
The moose likes JSP and the fly likes how to implement e-mail sever using java/jsp/struts? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSP
Reply Bookmark "how to implement e-mail sever using java/jsp/struts?" Watch "how to implement e-mail sever using java/jsp/struts?" New topic
Author

how to implement e-mail sever using java/jsp/struts?

hem raj
Greenhorn

Joined: Apr 07, 2010
Posts: 11
hi....


i want to implement mail server.
i want to develop the system using java/jsp/struts/mysql.
can anybody tell me the step to implement mail server..?


thanks

Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56218
    
  13

"vng sys", please check your private messages for an important administrative matter. Again.


[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
Bear Bibeault
Author and ninkuma
Marshal

Joined: Jan 10, 2002
Posts: 56218
    
  13

A mail server generally has no user interface. Are you sure that you mean a mail server and not a mail client.
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35253
    
    7
That's a big undertaking. An excellent open source mail server written in Java already exists: Apache James. Check it out to get some ideas on what's involved. Its UI is based on Telnet, though, so no web technologies are involved.


Android appsImageJ pluginsJava web charts
hem raj
Greenhorn

Joined: Apr 07, 2010
Posts: 11

thanks bear....

i want to develop mail server..as well mail client.....

thanks
David Newton
Author
Rancher

Joined: Sep 29, 2008
Posts: 12617

Why would you want to implement an email server?
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to implement e-mail sever using java/jsp/struts?
 
Similar Threads
how to implement sending mail?
Including eclipse files in jsp
Automatic Mail sending Process...
Sample Java Mail program
Using Struts Validation with a radio button