Skip to content

This is code for sending email from your linux ou windows environment.

License

Notifications You must be signed in to change notification settings

jayashankarvr/Easy-Send-Email

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Easy-Send-Email

This script sends emails to a any number of person without any warning messages and limit. The mail send goes in inbox and not in spam.

Installation

pip3 install --user pyqt5

Usage:

For Windows Open Windows Exe File and run the exe file.

NOTE: NO NEED TO INSTALL ANY PACKAGE FOR RUNNING .exe FILE.

For Linux

$ python3 test.py

How to contribute

First you need to make a "fork" from this repository, this is necessary because you can't change this repository directly.

  1. On Github, navigate to abhishekraj272/Easy-Send-Email

  2. In the top-right corner of the page, click Fork.

repository

When you've finished your forking you'll be redirected to the page of your fork. Then you update your contribution and create a new pull request. All pull request and contribution are welcome.

Notice below the name of the repository that it is a "fork" of another.

Making your change

  1. Set up Git If you don't have git installed you have to instal it, here a good tutorial to do it: Instaling git

  2. To make a change you need to clone your repository, to clone your repository click on the button, Clone or download

clone

  1. Click on the icon clipboard to copy the url.

  2. Open a terminal and type:

$ git clone https://github.com/USERNAME/Easy-Send-Email
  1. Go to the directory where you've cloned the repo and starting making your contribution.

About

This is code for sending email from your linux ou windows environment.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.8%
  • Shell 0.2%