Skip to content

Instantly share code, notes, and snippets.

@philjones88
Created April 16, 2012 13:26
Show Gist options
  • Save philjones88/2398753 to your computer and use it in GitHub Desktop.
Save philjones88/2398753 to your computer and use it in GitHub Desktop.
ASP.NET SMTP SpecifiedPickupDirectory
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory">
<specifiedPickupDirectory pickupDirectoryLocation="D:\Projects\temp" />
<network host="localhost" />
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment