Skip to content

A simple mail client that uses http requests to add and unsubscribe users, get a list of all users, and send batch emails. Great for integrating into a website with ease.

Notifications You must be signed in to change notification settings

rylero/SimplyMail

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cover image for simply mail (UNFINISHED)A simple mail client that uses http requests to add and unsubscribe users, get a list of all users, and send batch emails. Great for integrating into a website with ease.

Sign up here: TBD

Python Setup:

Create a virtual environment via: python -m venv venv

Activate the virtual enviorment with:
Mac and Linux: source venv/bin/activate
Windows: .\venv\Scripts\activate.bat

Install via pip install -r requirements.txt

Json Setup:

apikeys.json

{
    "api_keys": ["<api-key-goes-here>"]
}

mailinglist.json

{
    "<api-key-goes-here>": {
        "email": "<sending-email (GMAIL ONLY)>",
        "email_password": "<sending-email-password>",
        "clients":["<client-email>", "<client-email>"]
    }
}

About

A simple mail client that uses http requests to add and unsubscribe users, get a list of all users, and send batch emails. Great for integrating into a website with ease.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published