A package by eduNEXT.
A package to make the outgoing emails in open-edx good looking.
This django application is to be used together with the openedx platform. It makes it easy for a fork administrator to convert outgoing emails to a multipart format that support both text and html.
`
git clone https://github.com/eduNEXT/openedx-email-extensions.git
cd openedx-email-extensions/
mkdir ../VENVS
virtualenv ../VENVS/openedx-email-extensions
source ../VENVS/openedx-email-extensions/bin/activate
make requirements
`
./manage.py render_templates
The code in this repository is licensed under the AGPL 3.0 unless otherwise noted.
Please see LICENSE.txt
for details.