Advertisement
Guest User

Untitled

a guest
Jan 17th, 2017
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. <system.net>
  2. <mailSettings>
  3. <smtp from="example@example.com">
  4. <network host=" smtp.example.com"
  5. port="587"
  6. userName="example@example.com"
  7.  
  8. password="example" // I want `password="********"`
  9. enableSsl="true" />
  10.  
  11. </smtp>
  12. </mailSettings>
  13. </system.net>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement