A simple-painless bulk emailer you can use in your localhost to create and design the emails (using Froala Editor), and send with your outlook
account. Also there's an outbox for previously sent emails.
git clone https://github.com/riyadhrazzaq/bulky.git
cd bulky
pip install -r requirements.txt
python manage.py migrate
python manage.py runserver
- go to
127.0.0.1:8000/mails/signup/
to create a new account. - log in from
127.0.0.1:8000/mails/signup/
.
- Django
- Django Templates
- Python's
email
module - Bulma (css framework)
- Froala Editor for WYSIWYG editor