• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

struts Email Activation

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
 
Bartender
Posts: 9626
16
Mac OS X Linux Windows
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
This has little to do with Struts. You can send email with the JavaMail API
 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

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 ?

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can you provide sample code
reply
    Bookmark Topic Watch Topic
  • New Topic