Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 0 additions & 20 deletions common/djangoapps/enrollment/apps.py

This file was deleted.

72 changes: 0 additions & 72 deletions common/djangoapps/enrollment/handlers.py

This file was deleted.

81 changes: 0 additions & 81 deletions common/djangoapps/enrollment/tests/test_emails.py

This file was deleted.

10 changes: 0 additions & 10 deletions common/templates/emails/new_enrollment_email_body.txt

This file was deleted.

2 changes: 0 additions & 2 deletions common/templates/emails/new_enrollment_email_subject.txt

This file was deleted.

2 changes: 0 additions & 2 deletions lms/envs/aws.py
Original file line number Diff line number Diff line change
Expand Up @@ -222,8 +222,6 @@
# Account activation email sender address
ACTIVATION_EMAIL_FROM_ADDRESS = ENV_TOKENS.get('ACTIVATION_EMAIL_FROM_ADDRESS', ACTIVATION_EMAIL_FROM_ADDRESS)

ENROLLMENT_NOTIFICATION_EMAIL = ENV_TOKENS.get('ENROLLMENT_NOTIFICATION_EMAIL', ENROLLMENT_NOTIFICATION_EMAIL)

# Currency
PAID_COURSE_REGISTRATION_CURRENCY = ENV_TOKENS.get('PAID_COURSE_REGISTRATION_CURRENCY',
PAID_COURSE_REGISTRATION_CURRENCY)
Expand Down
8 changes: 1 addition & 7 deletions lms/envs/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -1972,12 +1972,6 @@ def _make_locale_paths(settings):
# parallel, and what the SES rate is.
BULK_EMAIL_RETRY_DELAY_BETWEEN_SENDS = 0.02

############################# Enrollment E-mails ####################################

# Used to send an e-mail when students enroll in courses. Write here the destination
# e-mail address, or '' to keep it disabled.
ENROLLMENT_NOTIFICATION_EMAIL = ''

############################# Email Opt In ####################################

# Minimum age for organization-wide email opt in
Expand Down Expand Up @@ -2161,7 +2155,7 @@ def _make_locale_paths(settings):
'course_modes.apps.CourseModesConfig',

# Enrollment API
'enrollment.apps.EnrollmentConfig',
'enrollment',

# Entitlement API
'entitlements.apps.EntitlementsConfig',
Expand Down