| Oracle® Universal Content Management Release 10gR3 |
|
![]() Previous |
![]() Next |
Home > Web Parts User Guide > Modifying Configuration Set... > The Web Config File > ErrorEmailRecipients
This setting configures the TO email address(es) and optional name(s) to which diagnostic web server emails will be sent.
XML Path: //configuration/appSettings/add[@key="ErrorEmailRecipients"]
Separate values using commas (,) or semicolons (;). Values can be in one of two formats:
If specifying only the email address, use the email address:
"first.last@mycompany.com"
If using a specific name and an email address, use the following format:
value=""To Name" <first.last@mycompany.com>"
Example:
<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
<appSettings>
<add key="ErrorEmailRecipients" value="first.recipient@somecompany.com,
"Second Recipient" <second.recipient@somecompany.com>" />
...