The process of sending custom-made email to every single member is a hassle for me if I do not use existing external service such as MailChimp.
Hence, I am developing this program to make it open source and everyone, anyone can use without paying a single cent.
Download or directly clone from github using:
git clone https://github.com/pupubird/Email_marketing_backend.git
This program require Python 3, if you have Scoop with you, install using the command
scoop install pythonIf you are using MacOS
brew install pythonUse pip to install all required libraries
pip install -r requirements.txtRun the command
python app.py