Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

lfir/email-error-notifications

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Email error notifications

Script that can be used as a scheduled task to send email notifications when certain websites aren't available.

Emails are sent using Sendgrid's service.

Additional files used not in VCS:

  • .env

Specific or sensitive information is read from this file, such as Sendgrid's API key and the URL of target websites.

  • mail_error_notifs.log

Where exceptions that occur during the execution of the script are logged to. The directory where the file should be stored is read from the environment variable LOGDIR, that can be set in the first file.