Advertisement
Guest User

Untitled

a guest
Apr 9th, 2015
302
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <system.net>
  2. <mailSettings>
  3. <smtp deliveryMethod="Network"
  4. from="dinmail@mail.com">
  5. <network host="smtp.gmail.com"
  6. port="587"
  7. enableSsl="true"
  8. defaultCredentials="false"
  9. userName="dinmail@mail.com"
  10. password="dittlosenord" />
  11. </smtp>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement