This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Struts and the fly likes struts Email Activation Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "struts Email Activation" Watch "struts Email Activation" New topic
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
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: struts Email Activation
 
Similar Threads
Activate Account by clicking url in email
IDE for java
i am validating email on server side
Account registration and email activation
My Implementation of Login and Registration Module