Danc2050 / TheBugTracker

CAPSTONE BUG TRACKER PROJECT
MIT License
1 stars 1 forks source link

Created two functions to either send to a user or send to self. #22

Closed prikim closed 4 years ago

prikim commented 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

added sendEmail function in main. reads in first and last name and the email from config file.

run only calls sendEmail if get_notifications is true. body of email message is passed here

AB#32