7, // log all 404 (see App_NotFound_View) 'notifyMode' => 7, // notify about all 404 'notifyEmails' => array('valent+qw@orange35.com'),//todo 'email' => array( 'subject' => '404 - Not Found on {_SERVER[SERVER_NAME]}', 'body' => 'This is a notification email about Not Found links at {_SERVER[SERVER_NAME]}.
' . 'See the details below:

' . 'Referrer Mode: {mode}
' . 'Site: {SITE_NAME} {_SERVER[SERVER_NAME]}
' . 'Is AJAX: {isAjax}
' . 'Request URI: {request}
' . 'Referrer: {referer}
' . 'IP Address: {ipAddress}
' . 'User Agent: {userAgent}

' . 'View "404 Not Found" Log' ) );