How To Create a Custom JavaMail Listener?
Posted
by ylazez
on Stack Overflow
See other posts from Stack Overflow
or by ylazez
Published on 2010-06-12T20:56:59Z
Indexed on
2010/06/12
21:02 UTC
Read the original article
Hit count: 521
javamail
greetings all i have an app that will send emails from different emails emails are in the form [email protected] and i need to make a listener on the server to listen to each incoming email to each different email then do some action i don't have any idea where to start, if someone can give me a simple overview of what I need to do or where to look up some examples how this would be done it would be very useful thank you.
© Stack Overflow or respective owner