I want to use an applet to send email. How can I do
this? Actually i am making a front end as an applet
and i want to put back-end login in any servlet (or
JSP) which has the code to send an email.
But problem is this, I can't find any way to send
request to a servlet from an applet.
Please anyone of you help me in this problem.