Skip to content

Latest commit

 

History

History
73 lines (55 loc) · 2.83 KB

README.md

File metadata and controls

73 lines (55 loc) · 2.83 KB

USAGE:

Chi_Mailer is a python script to for mass mailing. With it you can forget the hastle of having to mail messages an email after an email. You can just write your message one and the email we'll automate the rest at your comfort. All you have to do is geek with chi_mailer, take a cup of coffee all whatever you use, and the rest we'll be done for you.

New Features!

  • Ability to send bulk/mass emails
  • Abilty to input your server's credential at script startup so that you don't have to stress yourself with script alteration.
  • Ability to hide your server credential at input to avoid bad spectator eyes from seeing your password.
  • Ability to use the script with or with no python knowledge.

Installation

chi_mailer at the moments requires python3+ at the moment

linux users:

Run the following command in the project's root folder via terminal(.i.e after extracting chi_mailer, open the chi_mailer folder and right-click to open the terminal, that way you'll be in the projects root folder and type python Qi.py)

Method 2:
Change directory using the 'cd' command to enter into the project's folder
$ cd chi_mailer         (To enter into the project's directory)
$ ls                    (To view the content in the directory)
$ python3 Qi.py
windows users:

Method 1 After extracting the chi_mailer download, double click to enter to the project's root folder, and hold shift and right click to open powershell or cmd(command prompt)

Method 2:
Via startbar type or navigate to command prompt and run as an adminstrator
Now inside the command prompt lets navigate to the project's folder

> cd downloads
> ls                    (To view the content in the directory)
> cd chi_mailer         (Change directory to ch_mailer folder)
> python3 Qi.py         (run our python script)

The message.txt is where your message should be put as a simple and fast way of calling our message which uses a concept known as templating string within our document from the script and avoiding code alteration. The mass mails where the message will be sent to should be put in contacts.txt document following the sample.txt format.

Development

The project is open for contribution.

Todos

  • Convert all user input mails to lowercase. (Humans are prone to errors/typos)
  • Time interval to enable code to send mails and repeat again after a certain time
  • Code Compatibility to enable all users use the script.

License

MIT

NB:---> The server mail needs to be given privilege for your script to act as a stand alone, visit( https://myaccount.google.com/security ) and enable less secure apps to give your script power. Mail server is set to use gmail at default.

               **Stay Safe and Enjoy Your new free Mail Server!**