Commit 3c8dbe77 by Ned Batchelder

Merge pull request #9530 from edx/ned/tweak-release-email

Add a sentence to the release email about how to change where the email is sent.
parents 9e7c93d9 0219d97c
...@@ -501,6 +501,10 @@ def generate_email(start_ref, end_ref, release_date=None): ...@@ -501,6 +501,10 @@ def generate_email(start_ref, end_ref, release_date=None):
By the way, if you have an @edx.org email address and are having trouble logging By the way, if you have an @edx.org email address and are having trouble logging
into stage, you may need to reset your password. into stage, you may need to reset your password.
If you would prefer this email be sent to a different email address of yours,
send a request to oscm@edx.org with the details.
""".format( """.format(
emails=", ".join(prbe.keys()), emails=", ".join(prbe.keys()),
date=release_date.isoformat(), date=release_date.isoformat(),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment