Skip to content

Instantly share code, notes, and snippets.

@jhauge
Created April 5, 2013 10:59
Show Gist options
  • Save jhauge/5318443 to your computer and use it in GitHub Desktop.
Save jhauge/5318443 to your computer and use it in GitHub Desktop.
Setup a web application for smtp pickup directory
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory" from="noreply@yourdomain.com">
<specifiedPickupDirectory pickupDirectoryLocation="C:\temp\mailpickup"/>
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment