This simple tool was created in Python to test SMTP services in field services.
Clone the Repository
Use Git to clone the repository:
git clone https://github.com/MrJordanRoth/smtp-test-tool.git
Or download the ZIP file and extract it manually.
Install Dependencies
Open a terminal or command prompt and navigate to the extracted folder.
Run the following command to install the necessary modules:
pip install -r requirements.txt
Run the Tool
Execute the main script by running:
python main.py
- Ensure you have the correct SMTP settings configured before running the tool.
- If you encounter issues, check that your Python environment is set up correctly and all dependencies are installed.