• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Authenticating users using JavaMail Api

 
Greenhorn
Posts: 18
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello I am Usman,
I am working in Jsp, and using Java Mail Api, JAF1.0 for mail handling.
And want to make mail sending and reception project, mail sending is not a problem but I want to send and receive mails who are authenicated by the Database,
In general only send or receive mails who are register in my Database(their user name and password is correct).
if i am a user usman(Logged on to Database), I can send mail to all, but cannot receive mail of others.
Please tell me how is this possible using Java Mail Api(in Jsp),
Thank you.

------------------
 
reply
    Bookmark Topic Watch Topic
  • New Topic