Possible Duplicate:
how to send an email from jsp/servlet?
is it possible to send email from a mail id to other mail ids using a jsp page? I have developed a complaint management System where user can submit their complaints by giving the details and then a complaint number is generated. But I need to ensure that user gives a proper email Id.
So I want to send the complaint number to the email ids that the user puts in the form. I don't have any idea how to send mail to the id using jsp, I have googled about that but unfortunately didnot find any helpful solution. I am using jsp and java for developing the application.
Would really appreciate if someone could help me and I apologies for poor writing.