System.Net.Mail can configure itself using special settings at our application configuration. This is an example of node sample at configuration file: <system.net> <mailSettings> <smtp from="info@isnandi.net"> <network host="localhost" password="test" userName="dony" /> </smtp> </mailSettings> </system.net>
Tag Archives: server
VisualSVN Server
Posted by Dony on 10 October 2010
0 comments
Versioning is a tool that must exists in a development environment. Especially if you have a lot of people involve in the development and each of their task could intersect with one and another. One of the famous versioning software is of course Subversion or SVN.

