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.
------------------