I am working on one framework which is hosted on Linux machine. I have to enable the functionality to read mail and it's content send by Email client which is hosted on other machine.
So 1. Do i require to install Email Server on Linux machine? If yes,Which are the Mail server on Linux which can communicate with Java API so that it can read the content of mail which is received on that Email Server
2.Is there any way or jars available so that my framework will act as Email Server and can process the mail got from Email client?
3.Any other solution on How to read mail send from Email Client installed on other machine which only have to specify the ip address of Email server where it has to send the mail and from where it has to process mail using java to read content