Guest User

Untitled

a guest
Sep 6th, 2018
145
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. Sending mail with ASP.NET
  2. <mailSettings>
  3. <smtp from="support@company.com">
  4. <network host="smtp.gmail.com" port="587" userName="support@company.com" password="abcPassword"/>
  5. </smtp>
  6. </mailSettings>
Add Comment
Please, Sign In to add comment