From cfa4077fe80ca37fdb808610b860891b7a20ccd8 Mon Sep 17 00:00:00 2001 From: Tyler Hallada Date: Mon, 13 Nov 2017 13:08:02 -0500 Subject: [PATCH] Fill out "testing" section of Schedules readme --- openedx/core/djangoapps/schedules/README.md | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/openedx/core/djangoapps/schedules/README.md b/openedx/core/djangoapps/schedules/README.md index 97247021c6..5b490f8278 100644 --- a/openedx/core/djangoapps/schedules/README.md +++ b/openedx/core/djangoapps/schedules/README.md @@ -219,8 +219,17 @@ Reminder". ### Running in Devstack -The management command? +Ensure that you have correctly configured your LMS to send emails and that you +have at least one user that matches the criteria of the message type you are +testing. -Outputting to File backend. +By default your devstack should be configured to use the `file_email` ACE +channel which saves the HTML emails to +`/path/to/your/devstack/src/ace_messages/*.html` on your host (or +`/edx/src/ace_messages/` in your devstack docker container). Open the files in +your browser to view the emails. ### Litmus + +Refer to the confluence page on [How to test emails in a variety of +clients](https://openedx.atlassian.net/wiki/spaces/RET/pages/216563991/How+to+test+emails+in+a+variety+of+clients).