Click here to Skip to main content
15,887,485 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I m developing a web-application in <asp.net>. I would like that when ever an employee logs in he sees his inbox. he is also allowed to send e-mail.can you please suggest how to do this thing. also the employee should be able to reply or forward the e-mail, the e-mail should be real e-mail address. please help me and mail me the code for the same if u have.
Posted

1 solution

First you need any SMTP then you can use System.Net.Mail namespace:
http://weblogs.asp.net/scottgu/archive/2005/12/10/432854.aspx[^]

If you don't have SMTP then you can use Google SMTP for testing purpose:
Note: go at last post of below URL
http://www.codeproject.com/script/Membership/View.aspx?mid=3175915[^]
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900