java - Building e-mail server -


i have project use case users should able send private messages other users should integrated e-mail box. should able send either private messages or e-mail messages same screen.

my thought use kind of open-source e-mail server dump e-mails mongodb , have java api pull them out , display them on interface. , when user sends e-mail passed api e-mail server.

is reasonable approach?

if want own server (not unreasonable in many cases), check out apache james - open-source java mail server plug-in capability. (!) can use javamail talk this, pull messages etc.


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -