Configure Error Alerts¶
Open the
Web.config
file in the curation web application’s deployment directory.Locate the
<emlah>
section and uncomment the<errorMail>
tag.Fill in the attributes as appropriate.
<errorMail from="test@example.org" to="test@example.org" subject="Curation Application Exception" async="false" smtpPort="25" smtpServer="smtp.example.org" userName="***" password="***"> </errorMail>