Guest User

Untitled

a guest
Oct 18th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. <system.net>
  2. <mailSettings>
  3. <smtp deliveryMethod="Network" from="someaddress@example.com">
  4. <network
  5. host="mail.example.com"
  6. userName="something@example.com"
  7. password="*************"
  8. port="25" />
  9. </smtp>
  10. </mailSettings>
  11. </system.net>
Add Comment
Please, Sign In to add comment