| Author |
Send email through servlet jsp
|
Manas Saxena
Ranch Hand
Joined: Mar 01, 2013
Posts: 34
|
|
i am working on making a social networking website .After a user is registered he/she must click an activation link on his/her registered email id.Can someone please give me the code to send an email from my server(tomcat) to any email id.I am allowed to use java based tech. only
I have the mail.jar and activation.jar in place in my eclipse IDE
|
 |
William Brogden
Author and all-around good cowpoke
Rancher
Joined: Mar 22, 2000
Posts: 12271
|
|
A Google search for "java mail api" will give you lots of examples.
My advice: DO NOT start by trying to code a servlet to send email, code a utility mail sending program that can be tested outside the servlet environment.
Bill
|
Java Resources at www.wbrogden.com
|
 |
Rohit Phular
Greenhorn
Joined: Mar 30, 2013
Posts: 2
|
|
Even I am trying to achieve same. I have problem.
Look at my post
https://www.coderanch.com/t/608447/java/java/send-email-business-service-login
I would appreciate your help
|
 |
Manas Saxena
Ranch Hand
Joined: Mar 01, 2013
Posts: 34
|
|
Got it resolved.Used java mail api.
A simple 12 to 13 line code got it done
|
 |
 |
|
|
subject: Send email through servlet jsp
|
|
|