Hello, I am working on a use case that I need to have an SMTP endpoint and whenever an email is sent to a particular email address, a listener should be invoked and process the message and call a different server. Such a scenario is possible with Apache James? I have seen SMTP Hooks, I am not sure if that serves the above requirements.
Thank you Vijay