Send and Receive email

Hi. I know that CUBA.platform can send email out. But is is possible to receive email in CUBA.
I think that it is a lot of work to build such a solution but is it possible, and if so, how to do it?

Hi,

As long as you don’t plan to be the mail server, that actually receives the email it is in fact pretty easy. You can use any java imap client library to receive emails (like JavaMail) from POP3 or IMAP.

If you want actually want to be the email server, this would be a bigger project :smiley:

Bye