$WBErrMail - email address shown in error report

Availability
$WBErrMail is available for use with error template file, processed by WBSP in case of a run-time error.

Syntax
$WBErrMail
$WBErrMail[]

Returns
Email address specified in WB_ErrMail form field for current WBSP file.

Here's an example of an error template file:

<html>
<head>
<title>Sorry!</title>
</head>
<body>
Sorry!<br>
The page you requested produced an error!<br>
Please contact the administrator of this service at <a href="mailto:$wberrmail">$wberrmail</a>
</body>
</html>

When error occurs, instead of showing the default error report:

Error in /wbsp/basic/delete.wbsp

The following internal error has occurred:
Illegal unique identifier! Query returned more than one record!
Error Number = 5014

Please note what you were doing when this problem occurred, so we can identify and correct it. Write down the Web page you were using, any data you may have entered into a form or search box, and anything else that may help us duplicate the problem.Then contact the administrator of this service:

<webmaster@localhost>

WBSP will display following:
Sorry!
The page you requested produced an error!
Please contact the administrator of this service at webmaster@localhost