- 10 Nov, 2015 1 commit
-
-
Please note that this is a squshed commit and the work of: Symbolist, macdiesel, nedbat, doctoryes, muzaffaryousaf and muhammad-ammar
Usman Khalid committed
-
- 01 Dec, 2014 1 commit
-
-
Sarina Canelake committed
-
- 10 Nov, 2014 2 commits
- 08 Oct, 2014 1 commit
-
-
Add the ability for Microsites to be able to send appropriately branded emails rather than the default system installed version fix tests. Update Admin views/forms. enforce uniqueness constraint in the Admin ModelForm submissions Update bok_choy cached DBs with new schema changes PR feedback
Chris Dodge committed
-
- 30 Jan, 2014 1 commit
-
-
LMS-2134
Sarina Canelake committed
-
- 16 Oct, 2013 1 commit
-
-
Sarina Canelake committed
-
- 11 Oct, 2013 1 commit
-
-
Sarina Canelake committed
-
- 29 Aug, 2013 5 commits
-
-
Adds the edX Marketing-approved template as html default.
Brian Wilson committed -
Includes Data + Schema migrations for optout email -> user.id change. Note that migrations should be reversible.
Jason Bau committed -
Sarina Canelake committed
-
Switch to using decorators; refactor and cleanup tests.
Sarina Canelake committed -
Adds a new Email link to the instructor dashboard for frontend interface to send email to course members. Adds a feature flag ENABLE_INSTRUCTOR_EMAIL to toggle this. Creates a new djangoapp bulk_email that handles this action by getting the recipient list and batching the emails to different celery tasks to do the actual sending. Requires lynx package to convert HTML email to plaintext. Handles SMTP errors by retrying or falling through to the next email. Adds the option to opt out of course specific emails in the user dashboard with an Email Settings link for each course. Uses severable configurable settings with defaults. DEFAULT_BULK_FROM_EMAIL specifies the from address for email. EMAILS_PER_TASK specifies the number of emails each celery task takes on. EMAIL_HOST, EMAIL_PORT, EMAIL_HOST_USER, EMAIL_HOST_PASSWORD, and EMAIL_USE_TLS for the SMTP email backend settings. Co-authored-by: Akshay Jagadeesh <akjags@gmail.com>
Kevin Luo committed
-