This setup is intented for generally designers to design Email
or PDF
in python.
Github Repo ๐
- Python >= 3.10
-
git clone [email protected]:digimonktech/Email-and-pdf-boilerplate.git cd Email-and-pdf-boilerplate
-
python -m venv env
-
Use this command in your powershell terminal
.\activate.ps1
-
Create .env file add following variables. Detail about the variable based on the Configuration referenced here
# Core Settings EMAIL_HOST=<email-host ex: smtp.gmail.com> EMAIL_HOST_USER=<host-email> EMAIL_HOST_PASSWORD=<host-password> DEVELOPER_EMAIL=<your-alternative-email>