Closed prikim closed 4 years ago
Grabs credentials via environment variables through a .env file. works for me on my end. added get_notifications=True to the default config file
get_notifications=True
added sendEmail function in main. reads in first and last name and the email from config file.
sendEmail
run only calls sendEmail if get_notifications is true. body of email message is passed here
run
get_notifications
AB#32
Grabs credentials via environment variables through a .env file. works for me on my end. added
get_notifications=True
to the default config fileadded
sendEmail
function in main. reads in first and last name and the email from config file.run
only callssendEmail
ifget_notifications
is true. body of email message is passed hereAB#32