Tag: .net

  • Testing Email from Local Apps with a Pickup Directory

    I just learned about this neat trick that’s helpful for developing email features locally. In your web.config file you can tell your application to save emails to a folder instead of sending through an smtp server.  This way you can have your application code work as normal and check all the emails it sends by…