How to test email-sending form in local computer? (ASP .NET)?

  • Thread starter Thread starter sylvdoanx
  • Start date Start date
S

sylvdoanx

Guest
Hi,
I'm currently developing just a very simple form.
Basically the users should be able to fill in their data and upon clicking submit, an e-mail would be sent.

I'm currently using Visual Studio 2005, using C#, developing ASP .NET.

Tried running it. Form shows well, but after filling up, the email won't send. I think I have to configure SMTP or sorts but I don't really know.

Any clues?
 
Back
Top