user198003
user198003

Reputation: 11151

Change edX email content and templates

For LMS, I'm using my custom template, stored in directory:

/edx/app/edxapp/edx-platform/themes/my-theme/

Can you help me where are files I need to change, to change the look (and content) of emails sent by Open edX platform?

Thank you in advance!

Upvotes: 3

Views: 924

Answers (1)

Isanka Wijerathne
Isanka Wijerathne

Reputation: 4166

You can find most of default email templates in

/edx/app/edxapp/edx-platform/lms/templates/emails/

enter image description here

If you can not see the changes immediately, you may need to clear compiled folder

/tmp/mako_lms/<some_hash>/emails/ directory.

For course bulk emails, you can change the email template in Django admin, http://exmple.com/admin/bulk_email/courseemailtemplate/

Upvotes: 2

Related Questions