snapframework / snap

Top-level package for the official Snap Framework libraries, includes the snaplets API as well as infrastructure for sessions, auth, and templates.
http://snapframework.com/
BSD 3-Clause "New" or "Revised" License
455 stars 68 forks source link

Environment string should be accessible to snaplets via InitializerState #86

Closed pjones closed 11 years ago

pjones commented 11 years ago

I have a snaplet that sends email. It would be nice to have access to the environment string so that I could avoid sending mail during testing.

When I get a chance to dig into this more I'll send over a patch.