• 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

Java Mail + Contents with "Verify" Button

 
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I need to generate mail content with the button "Verify".

When the User receives the mail and if he clicks on the "Verify" button, I need to perform some database operations
and i need to open an URL displaying with some message

Please let me know, how this can be established.

Thanks in advance !
 
Marshal
Posts: 28193
95
Eclipse IDE Firefox Browser MySQL Database
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Well, first you'll have to make sure the contents of the e-mail is HTML. And second, you'll have to make sure that the button links to a URL on your site which does those things you want to do.

Did you have a specific question about some of that?
 
Vicky Vijay
Ranch Hand
Posts: 125
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks for your reply.

I have iterated the process below,

STEP 1:

Need to frame the content using HTML (Button forwarding to the url)

STEP 2:

After Forwarding to URL, User need to be authenticated,

Based on the authentication result the data needs to be processed & displayed.


Am not very much aware about authentication techniques.


Is there any other technologies needs to be incorporated ?


Kindly let me know, how this can be established ?

 
reply
    Bookmark Topic Watch Topic
  • New Topic