A simple mailing list using Gmail Python API
Make sure you read Google's TOS before use. You will need to agree to download your redientials and enable API usage in your account. The limit for sending emails is about 100 a day for normal users so be careful.
- API key
- pickle
- base64
- mimetypes
- time
- sys
- os
- datetime
- openpyxl
- json
- logging
- apiclient
- Clone the repository.
- Create a virtural envorinment and install the required dependencies.
- Fill out the
data.json
file with the correct information. - Inser your google credentials in the same directory.
- Inside the
massEmail.py
file, change the body varable to match your content. - Run the code and input where your list is. (Currently the script takes Column A as Name and Column B as email. You can freely change this if you want.)
This project is released under the MIT lisence. Anyone can change, add, delete, and alter the code in whatever way the may like. You may create a pull request at any time but spams will be blocked. Rejects and accepts will not be checked on a regular basis.