/Sending_emails_with_python

To send emails using SMTP protocol with python.

Primary LanguagePython

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

  1. Login into your email server using SMTP protocol.
  2. Once you login, compose mail and send it.
  3. "requirements.txt" file has all the dependencies associated with this test case.
  4. Use command "pip install -r requirements.txt" to add these dependencies.