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 |
#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