Skip to content

Instantly share code, notes, and snippets.

@PetersonDave
Created October 10, 2013 01:50
Show Gist options
  • Save PetersonDave/6911816 to your computer and use it in GitHub Desktop.
Save PetersonDave/6911816 to your computer and use it in GitHub Desktop.
Web.config - pickup directory
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory">
<specifiedPickupDirectory pickupDirectoryLocation="c:\temp\maildrop\"/>
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment