I just installed JAMES (Java Apache Mail Enterprise Server) and I am trying to use this as a mail server.
I am trying to create a mail ID myname@localhost.com
and I want it to receive a mail from mail@gmail.com
and save it on to a database.
I already made the connection and I can save it in the database.
My main problem is how to create the mail ID myname@localhost.com
.
How can I do that ?