| Author |
struts Email Activation
|
sudhir pavan
Greenhorn
Joined: Sep 01, 2011
Posts: 21
|
|
Hi,
I'm trying to implement the following case:
User goes to my application and enters email address
System sends an email to supplied address. This email contains an activation link that includes the unique token for this user
User clicks on link in email and their account is activated
Thanks
|
 |
Joe Ess
Bartender
Joined: Oct 29, 2001
Posts: 8262
|
|
|
This has little to do with Struts. You can send email with the JavaMail API
|
"blabbing like a narcissistic fool with a superiority complex" ~ N.A.
[How To Ask Questions On JavaRanch]
|
 |
Vicky Vijay
Ranch Hand
Joined: Apr 23, 2008
Posts: 125
|
|
sudhir pavan wrote:Hi,
I'm trying to implement the following case:
User goes to my application and enters email address
System sends an email to supplied address. This email contains an activation link that includes the unique token for this user
User clicks on link in email and their account is activated
Thanks
Hi sudhir,
What is the Problem you are facing ?
Post the Issues/Problem your facing ?
|
 |
vinod khedekar
Greenhorn
Joined: Mar 02, 2011
Posts: 4
|
|
Hi Sudhir,
I have done one application. in this application when i submit the email address one webservice is called for updation.
This webservice is send a mail to given email address.
In that email there was a one link.
When we click on that click another webservice is called for confirmation.\
This application is implemented in struts1.3.
Thanks & Regards,
Vinod Khedekar.
|
 |
sudhir pavan
Greenhorn
Joined: Sep 01, 2011
Posts: 21
|
|
|
can you provide sample code
|
 |
 |
|
|
subject: struts Email Activation
|
|
|