How To Create a Custom JavaMail Listener?
- by ylazez
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.