I have some code in my asp.net which sends an email:
public void SendEmail(string message) { var body = message; var email = new MailMessage(Configurati
Just create a folder called "maildrop" on your c:/ drive and use the following in your Web.config file:
More information:
http://weblogs.asp.net/gunnarpeipman/archive/2010/05/27/asp-net-using-pickup-directory-for-outgoing-e-mails.aspx