Question

Are there any java or clojure mail libraries out there that do what lamson does? In particular, the mail routing features of lamson are very cool http://verpa.wordpress.com/2010/11/13/making-your-webapp-react-to-emails-with-lamson-pt-2/ are there any thing like that for the jvm?

Was it helpful?

Solution

JavaMail is rather sophisticated and can send mail via STMP and receive using POP3 and IMAP. You can build a layer to route mails yourself. Maybe Apache JAMES is useful for you too.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top