Skip to content

Instantly share code, notes, and snippets.

@leomicheloni
Last active July 3, 2018 07:15
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 leomicheloni/f9446018c170bce01e13a26327ead729 to your computer and use it in GitHub Desktop.
Save leomicheloni/f9446018c170bce01e13a26327ead729 to your computer and use it in GitHub Desktop.
send email to file asp.net
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory">
<specifiedPickupDirectory pickupDirectoryLocation="C:\temp" />
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment