Guest User

Untitled

a guest
May 10th, 2018
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <mailSettings>
  2. <smtp from="splidge@findremovalcompanies.com">
  3. <network host="smtp.findremovalcompanies.com" userName="splidge@findremovalcompanies.com" password="password" />
  4. </smtp>
  5. </mailSettings>
  6.  
  7. var smtp = new SmtpClient();
  8.  
  9. MailAddress("splidge@findremovalcompanies.com", "Splidge Master")
Add Comment
Please, Sign In to add comment