Tagged Questions
1
vote
1answer
618 views
How to create ConfirmationURL using a JavaMail / Servlet Mechanism?
Am in the process of writing a server side Java program which would send an e-mail to a user with a confirmation URL (located in the body of the e-mail).
Have already created the servlet (which can ...