emails: Add option to forward mails send in dev env to external email.

Fixes #7085.
This commit is contained in:
Vishnu Ks
2017-10-24 23:58:05 +00:00
committed by Tim Abbott
parent ac763d6eed
commit 36f29764cb
9 changed files with 246 additions and 50 deletions

View File

@@ -468,7 +468,8 @@ def build_custom_checkers(by_lang):
'<td><input type="text" class="new-realm-domain" placeholder="acme.com"></input></td>')],
'exclude': set(["static/templates/settings/emoji-settings-admin.handlebars",
"static/templates/settings/realm-filter-settings-admin.handlebars",
"static/templates/settings/bot-settings.handlebars"])},
"static/templates/settings/bot-settings.handlebars",
"templates/zerver/email_log.html"])},
{'pattern': "placeholder='[^{]",
'description': "`placeholder` value should be translatable."},
{'pattern': "aria-label='[^{]",