• 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

forgot password page

 
Ranch Hand
Posts: 38
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i want to make forget password page using jsp where when the user will enter his/her email-id one mail will be forwarded to that mail-id with login details. I can't understand how to do it..please help me out..
 
Ranch Hand
Posts: 109
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You have to use java mail api to send mail.
Let us know, what you have not understand from the requirement.


Regards,
Sriram.V
 
Saloon Keeper
Posts: 7585
176
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
There are various parts to this; which one are you having trouble implementing?
 
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pritam Chatterjee wrote:i want to make forget password page using jsp where when the user will enter his/her email-id one mail will be forwarded to that mail-id with login details. I can't understand how to do it..please help me out..



What is the specific problem? What are you not able to understand?
 
Pritam Chatterjee
Ranch Hand
Posts: 38
Netbeans IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Suggest me a good tutorial for java mail api where i can learn from begining
 
Palak Mathur
Ranch Hand
Posts: 343
Mac OS X Spring Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Pritam Chatterjee wrote:Suggest me a good tutorial for java mail api where i can learn from begining



Visit this link: http://www.roseindia.net/javamail/
 
Tim Moores
Saloon Keeper
Posts: 7585
176
  • Likes 3
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
RoseIndia is a terrible web site full of bad advice and erroneous code. I wouldn't point people there for anything. The JavaMail home page points to lots of learning resources including a very extensive FAQ.
 
Ranch Hand
Posts: 51
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
First if any requirements comes into your bucket first you have to try with using diagrams.

for your requirements you have to implement in many ways using some security features.
For sending details wen can use java mail API
For validation the details you can provide security features like security question and etc..

First see the pages in from google,and yahoo how theyare implemented this mechanism.

Thanks
 
Did Steve tell you that? Fuh - Steve. Just look at this tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic