Skip to content

Instantly share code, notes, and snippets.

@SamWM
Created January 26, 2012 11:54
Show Gist options
  • Save SamWM/1682430 to your computer and use it in GitHub Desktop.
Save SamWM/1682430 to your computer and use it in GitHub Desktop.
ASP.NET SMTP Config
<?xml version="1.0" encoding="utf-8" ?>
<smtp from="[email protected]">
<network host="mailserver" password="" userName=""/>
</smtp>
<system.net>
<mailSettings>
<smtp configSource="smtp.config" />
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment