what is the procedure for that..
all incoming and outgoing mails are want to store in my database....
it is possible in localhost are any other software or domain need....
for this application , i not have idea
but i think database must need for store emails,
any one know the concept please help me
thanks.....

Jean PaulPosted Feb 8, 2011, 9:54 AM
1) First you have to configure an email server.
http://www.ilopia.com/Articles/WindowsServer2003/EmailServer.aspx
2) Provide a web interface for your application. Create the web application which will talk with the email server.
The web application provides interface to the user to login and view mails.
The database part - I think the mail server should take care of it.
Some additional links are:
http://sourceforge.net/projects/cses/
http://www.codeproject.com/KB/IP/smtppop3mailserver.aspx