rkom12 / Mail-Service-Testing-Tool

Send Mail to different Mail Services Simultaneously using OAuth, Rest API's

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mail-Service-Testing-Tool

Basic Overview

Build Status

Testing tool to send mails simultaneously from different Mailing Services such as Outlook, Gmail and Yahoo. Time interval and number of times the mails should be sent can be configured.

Install

In order to use Mail Service Testing Tool, you need Python installed. In order to do so, you should install Python >= 2.7 from here.

git clone https://github.com/saurabhmarpadge/Mail-Service-Testing-Tool.git

Consider using a virtualenv:

$ pip3 install virtualenv
$ virtualenv venv        # On Linux
$ venv\scripts\activate  # On Windows

Now install dependencies

(venv)$ pip install -r requirements.txt

Working

Demo

Contribute

Want to contribute? Great!

To fix a bug or enhance an existing module, follow these steps:

  • Fork the repo
  • Create a new branch (git checkout -b improve-feature)
  • Make the appropriate changes in the files
  • Add changes to reflect the changes made
  • Commit your changes (git commit -am 'Improve feature')
  • Push to the branch (git push origin improve-feature)
  • Create a Pull Request

About

Send Mail to different Mail Services Simultaneously using OAuth, Rest API's


Languages

Language:Python 100.0%