Brief about script
This script automates the process of sending customized email notifications to specified recipients using Python's smtplib library. It allows for subject and body customization and supports multiple recipients.
Issue no.(must) - #988
Self Check (Tick After Making Pull Request)
[x] This issue was assigned to me.
[x] One Change in one Pull Request
[x] My file is in the proper folder (folder name in lowercase, no spaces)
[x] I am following clean code and documentation, and my code is linted with flake8
[x] I have added README.md and requirements.txt (with version numbers) with my script
[x] I have used the REPO [README TEMPLATE]
[x] Only included required dependencies in requirements.txt
script name - email_alerts
Brief about script
This script automates the process of sending customized email notifications to specified recipients using Python's smtplib library. It allows for subject and body customization and supports multiple recipients.
Issue no.(must) - #988
Self Check (Tick After Making Pull Request)