nyk0r

Dump mail settings

Jan 20th, 2012
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.37 KB | None | 0 0
  1. <system.net>
  2.    <mailSettings>
  3.       <!--<smtp deliveryMethod="network" from="[email protected]">
  4.         <network host="localhost" port="25" defaultCredentials="true" />
  5.      </smtp>-->
  6.       <smtp deliveryMethod="specifiedPickupDirectory">
  7.          <specifiedPickupDirectory pickupDirectoryLocation="d:\maildrop" />
  8.       </smtp>
  9.    </mailSettings>
  10. </system.net>
Add Comment
Please, Sign In to add comment