Skip Headers
Oracle® Universal Content Management
Release 10gR3
  Go To Table Of Contents
Contents

Previous
Previous
 
Next
Next
 

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:

Example:

<configuration xmlns="http://schemas.microsoft.com/.NetConfiguration/v2.0">
    <appSettings>
        <add key="ErrorEmailRecipients" value="first.recipient@somecompany.com,
        &quot;Second Recipient&quot; &lt;second.recipient@somecompany.com&gt;" />
    ...