3

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!

user198003
  • 11,029
  • 28
  • 94
  • 152

1 Answers1

2

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/

Isanka Wijerathne
  • 3,746
  • 3
  • 26
  • 34