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