Hi,
i want to host mail on my machine.So i can able to send and received mails through my machines.
is there any api in java to do the same..
thanx
Hi,
i want to host mail on my machine.So i can able to send and received mails through my machines.
is there any api in java to do the same..
thanx
There are Java APIs to send mail through existing mail servers (see the JavaMail library). As for an actual mail server written in Java, you should perhaps look at the Apache James project.
A couple additional java mail servers:
Check out the DeveloperWorks Introduction to Apache James series (part one linked).