版本 0.81
增加底下紅色的部份, mark 藍色的部份
</system.web>
<!-- email testing -->
<system.net>
<mailSettings>
<smtp deliveryMethod="Network" from="project@xxx.xxx">
<network
host="192.168.x.x"
port="25"
defaultCredentials="true"
/>
</smtp>
<!--
<smtp deliveryMethod="SpecifiedPickupDirectory">
<specifiedPickupDirectory pickupDirectoryLocation="C:/Email"/>
</smtp>
-->
</mailSettings>
</system.net>
參考如下網址
http://msdn.microsoft.com/en-us/library/ms164240.aspx