Below is a listing of each of the configuration setting items, and what they do. Be sure to view the "Config Settings' post to see the proper format for the sections. Module Settings These settings apply to the global error handler and set information that is global to the module. - HandlerEnabled - This is a boolean value, if set to false, NO error processing will be completed
- EmailEnabled - This is a boolean value, if set to false, no email messages will be generated
- ApplicationName - This is a required field that identifies the application. This value is used in e-mail notifications
- RedirectLocation - This is a required field that directs the module where to send users in the case of an error. This can be a relative path and can use the ~ symbol to represent application root.
Mail Settings These settings apply only to the e-mail portion of the global error handler - SmtpServer - This is a required field that notifies the module to the appropriate SMTP server to use
- Username - This is an optional field that allows you to specify the SMTP username
- Password - This is an optional field that allows you to specify the SMTP password
- HtmlMessages - This is an optional property that you can use to disable HTML message sending by setting to false
- ErrorTemplatePath - This is an optional property that you can use to have the application use a template file stored on your server. This property can accept all path types.
- ErrorSubject - This is an optional property that you can use to specify the subject line of the email message, you may use the [APPLICATIONNAME] token in this setting
- SystemEmail - This is a required field that allows you to set the "From" address for the e-mails
- RecipientEmail - This is a required field that allows you to set the "To"address(es) for the e-mails. Multiple recipients can be separated with comma's
|