Added ErrorEmailMiddleware, a WSGI middleware component that catches any unhandled exceptions from the application. When an exception is caught, a static error page is displayed to the user and details about the exception are emailed to an administrator.