Skip to content

Instantly share code, notes, and snippets.

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 nul800sebastiaan/1b838b33fca257467b831ebd77d8e43b to your computer and use it in GitHub Desktop.
Save nul800sebastiaan/1b838b33fca257467b831ebd77d8e43b to your computer and use it in GitHub Desktop.
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory" from="info@test.com">
<network host="localhost" />
<specifiedPickupDirectory pickupDirectoryLocation="D:\Temp\Umbraco-CMS\src\Umbraco.Web.UI\App_Data\mail\" />
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment