Feat/ses enrollment email templates#259
Draft
nthriveni-sonata-ship-it wants to merge 5 commits into
Draft
Conversation
7c24e49 to
3c10a22
Compare
…(no behavior change)
3c10a22 to
d51c9dd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Title: feat: migrate course enrollment emails from Braze to SES
Description: ## Summary
Adds SES-based enrollment email path behind waffle flag.
Keeps Braze path as fallback with retry behavior.
Supports language-specific templates (English and Spanish).
Prefers theme-based templates via SES_ENROLLMENT_EMAIL_THEME with platform template fallback.
Adds manual validation command for local and post-deploy verification.
Adds test coverage for routing, fallback, retry, and language behavior
Validation done
Manual command checks in devstack:
test-template-rendering
test-language-selection
test-image-urls
send-test-email
Fallback-focused automated tests:
ses_failure_falls_back_to_braze
ses_and_braze_fallback_failure_triggers_retry
braze_path_used_when_waffle_disabled
braze_path_retries_when_canvas_id_missing
ses_fallback_retries_when_canvas_id_missing
Notes
Devstack testing-only settings were kept commented where appropriate.
Repository: edx/edx-platform
At-a-Glance Overview