Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
d08d7252
Commit
d08d7252
authored
Nov 15, 2017
by
sandroroux
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Edited according to the comments in my review.
parent
ee27f788
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
10 deletions
+10
-10
openedx/core/djangoapps/schedules/README.rst
+10
-10
No files found.
openedx/core/djangoapps/schedules/README.rst
View file @
d08d7252
...
...
@@ -369,27 +369,27 @@ Course Update
Litmus
------
When designing email templates, it is important to test the rendered
emails in a variety of email clients to ensure there are no bugs in any
of them. EdX uses a tool called `Litmus <http://litmus.com/>`__ that
automates this process.
When designing email templates, it is important to test the rendered emails in a
variety of email clients to ensure that they render correctly. EdX uses a tool
called `Litmus <http://litmus.com/>`__ for this process.
To begin using Litmus, follow these steps:
1. Make sure that ACE is configured to use Sailthru (see instructions above).
2. Go to the `Litmus checklist page <https://litmus.com/checklist>`__ and start
a new checklist.
3. The checklist will provide you with an email address to send the test email
to. Take note of it.
4. Send an email, using management command with the `--override-recipient-email`
option so that it is sent to the Litmus email you got in step 3.
3. The checklist will provide you with an email address to which you will send
a test email.
4. Send an email. Use one of the management commands with the
`--override-recipient-email` flag. Use the Litmus email you got in step 3
as the flag value.
::
./manage.py lms --settings devstack_docker send_recurring_nudge example.com --override-recipient-email PUT-LITMUS-ADDRESS-HERE
Using the
Browser Extenstion
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Using the
Litmus Browser Extenstion to test emails saved as local files
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Configure your devstack to use the "file_email" channel for ACE (see
instructions above).
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment