Hi All,
I have built an application using
JSP &
Servlet. I can send emails using
Java MailAPI.
But i would like to call a java method to perform a database action like insert or update when a new mail arrives to a particular
email id.
For an Example, I have a mail id like "
[email protected]".
My java program has to listen that email id and perform
an action whenever new mail arrives to that email id.
I am using
tomcat 6.0, MySQL,JSP & Servlet. Please help!
Thanks in Advance.