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.
Usage:
$ python3 test.py
First you need to make a "fork" from this repository, this is necessary because you can't change this repository directly.
-
On Github, navigate to abhishekraj272/Linux-Email-Automation
-
In the top-right corner of the page, click Fork.
When you've finished your forking you'll be redirected to the page of your fork.
Notice below the name of the repository that it is a "fork" of another.
-
Set up Git If you don't have git installed you have to instal it, here a good tutorial to do it: Instaling git
-
To make a change you need to clone your repository, to clone your repository click on the button, Clone or download
$ git clone https://github.com/YOUR-USERNAME/Linux-Email-Automation- Go to the directory where you've cloned the repo and starting making your contribution.


