I need help with one of the coding examples in the "Beggining JSP Web Development" book. There is an example of dynamic emailing. I am stumped with this one error. "NO PROVIDER for pop3" and I believe it is this particular line of code that causes it....
Store store = s.getStore("pop3");
can anyone help me? please... its for a project
Thanks