<configuration>
   <system.web>
      <!-- Removed for clarity -->
   </system.web>

   <system.net>
   
      <mailSettings>
         <smtp from="evjen@yahoo.com">
            <network host="localhost" port="25" 
             defaultCredentials="true" />
         </smtp>
      </mailSettings>

   </system.net>
</configuration>
