Sending Email Using Python Smtplib Automate Email Sending Alerts
When you have a script running and you have logs set , you might also want to send yourself or colleagues, email alerts in case things go wrong or simply to let you know that your scripts ran to completion without any problems. In this short notes, we take a look at sending email…