Sending emails using python
Simple method to automate sending emails using python's pytest framework.
The Test Automation Framework is created for automating email.
Scripting Language
Python is used as the scripting language. The front end automation is achieved by implementing pytest test cases using webdriver based automation.
Project description
- Login into your email server using SMTP protocol.
- Once you login, compose mail and send it.
- "requirements.txt" file has all the dependencies associated with this test case.
- Use command "pip install -r requirements.txt" to add these dependencies.