---
title: Email alerts and reports
description: API Behavioral Security (ABS) sends e-mail notifications.
component: pingintelligence
version: 5.2
page_id: pingintelligence:pingintelligence_reference_guide:pingintelligence_email_alerts_and_reports
canonical_url: https://docs.pingidentity.com/pingintelligence/5.2/pingintelligence_reference_guide/pingintelligence_email_alerts_and_reports.html
revdate: April 3, 2024
---

# Email alerts and reports

API Behavioral Security (ABS) sends e-mail notifications.

E-mail notifications are classified into two categories:

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

* Reports – standard reports sent every 24 hours at 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
```
