HI ,
i created a login page using jsp and html .
now when i login to that page i need to get messages or notifications as we get in our email account ..
To do this how should i write code and give permissions to my page ..
I need to make my page as,
Anyone must be able to send mails to my account using my loginpage username, and i need to store them in my oracle database. every time i login to my account i need to display my inbox.
this is to be done using jsp and servlets.
thanks in advance