This package can be used to handle application errors by sending notification e-mail messages.
The package is based on code originally written for MySQL Eventum project.
It composes and sends a message to a given recipient with information about an error that occurred.
The message includes details about the error such as the script name, the error line number, the current request script, the user IP address, the request referrer, the user browser, and a backtrace of the stack of functions that triggered the error. |