• 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

send email from servlet

 
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I wants to send the conformation email from servlet to authenticate user who registering on my site ...I do not have any idea how to do it!!...Is there any helping hand?
 
Ranch Hand
Posts: 672
4
Eclipse IDE Spring Java
  • Likes 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Google sending email in java, you will get lot of links, try them, then if you have any questions or doubts, post them, people here will be happy to help you.
Please SearchFirst and ShowSomeEffort.
 
Ranch Hand
Posts: 39
Netbeans IDE Postgres Database Tomcat Server
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Prasad Krishnegowda wrote:Google sending email in java, you will get lot of links, try them, then if you have any questions or doubts, post them, people here will be happy to help you.
Please SearchFirst and ShowSomeEffort.



Like me you are relatively new here, so a little pointer you have to show some effort towards solving your problem. Because people are here to help, not write your code

Hint: http://www.google.co.uk/#hl=en&sclient=psy-ab&q=javamail&pbx=1&oq=javamail&aq=f&aqi=g-e2g2&aql=&gs_sm=3&gs_upl=6033l7108l0l8269l8l5l0l3l3l0l131l414l4.1l8l0&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=6f92152f78004c6d&biw=1920&bih=918

Regards TH
 
apurv suthar
Ranch Hand
Posts: 35
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok..Let me try and then I will submit my query....
 
apurv suthar
Ranch Hand
Posts: 35
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Tom Hilliard wrote:

Prasad Krishnegowda wrote:Google sending email in java, you will get lot of links, try them, then if you have any questions or doubts, post them, people here will be happy to help you.
Please SearchFirst and ShowSomeEffort.



Like me you are relatively new here, so a little pointer you have to show some effort towards solving your problem. Because people are here to help, not write your code

Hint: http://www.google.co.uk/#hl=en&sclient=psy-ab&q=javamail&pbx=1&oq=javamail&aq=f&aqi=g-e2g2&aql=&gs_sm=3&gs_upl=6033l7108l0l8269l8l5l0l3l3l0l131l414l4.1l8l0&bav=on.2,or.r_gc.r_pw.r_qf.,cf.osb&fp=6f92152f78004c6d&biw=1920&bih=918

Regards TH


Thanks for HINT...I have completed the task...(I was not intended you to write full code here)
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic