Skip to content

Instantly share code, notes, and snippets.

@EdCharbeneau
Created April 9, 2014 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EdCharbeneau/10276481 to your computer and use it in GitHub Desktop.
Save EdCharbeneau/10276481 to your computer and use it in GitHub Desktop.
.NET mail using a pickup directory
<!-- Add this to your web.config -->
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory">
<specifiedPickupDirectory pickupDirectoryLocation="c:\temp\maildrop_debug\"/>
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment