A Python script for sending automated emails for code clause.
To set up and use the script, follow these steps:
-
Ensure that Python is installed on your system. If not, you can download it from Python's official website.
-
Open your terminal or command prompt and navigate to the directory containing
mail.py. -
Run the following command to install the necessary dependencies:
pip install -r requirements.txt
-
Once you have set up the script, you can use it by following these steps:
-
Open mail.py in your text editor and update the email, password, recipient, and subject variables with your own information.
-
Optionally, you can also update the body variable with your desired email content.
-
Save your changes and close the text editor.
The script requires the following Python packages:
- A simple, minimal SMTP module for sending emails in Python.
- tkinter for Gui interface.
To install these dependencies, you can run the following command:
pip install smtp
pip install tkinter