Skip to content

Instantly share code, notes, and snippets.

@jesulink2514
Created January 4, 2016 22:04
Show Gist options
  • Save jesulink2514/01b8f9145ef8daf6e8e2 to your computer and use it in GitHub Desktop.
Save jesulink2514/01b8f9145ef8daf6e8e2 to your computer and use it in GitHub Desktop.
web.config con la configuración para el envió de correo de forma local en una carpeta
<system.net>
<mailSettings>
<smtp deliveryMethod="SpecifiedPickupDirectory">
<specifiedPickupDirectory pickupDirectoryLocation="c:\Temp\mail\"/>
</smtp>
</mailSettings>
</system.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment