---
title: Email alerts and reports
description: ABS sends e-mail notifications under two categories:
component: pingintelligence
version: 5.1
page_id: pingintelligence:abs_ai_engine:pingintelligence_email_alerts_and_reports
canonical_url: https://docs.pingidentity.com/pingintelligence/5.1/abs_ai_engine/pingintelligence_email_alerts_and_reports.html
revdate: March 27, 2024
---

# Email alerts and reports

ABS sends e-mail notifications under two categories:

* **Alerts** – event-based updates to notify administrators of potential issues

* **Reports** – standard reports sent every 24 hours at 00:00:00 hours midnight

Email parameters in `abs.properties` correspond to your e-mail server. By default, e-mail notifications are disabled. Enable notifications after configuring e-mail IDs and server.

|   |                                                                                              |
| - | -------------------------------------------------------------------------------------------- |
|   | If you want more than one person to be notified, use an email alias in `sender_email` field. |

```
#Enable or Disable e-mail alerts
enable_emails=false
#Provide the details of sender and receiver of e-mail
#Sender's e-mail ID
sender_email=mail@yourdomain.com
#Sender's e-mail password
email_password=mypassword
#Receiver's e-mail ID
receiver_email=mail@yourdomain.com
#SMTP port
smtp_port=587
#SMTP host
smtp_host=smtp.smtphost.com
```
