Email cleanup: Add RegisterNewEmailHtml.soy

Currently, we support sending emails with HTML format for all
emails, except RegisterNewEmail. This change makes it allowed
for all emails. As a follow-up change, we will be able to remove
supportsHtml() since at that point it will always return true.

Change-Id: Ic1d71d2602b7888088b9d6057e2ed8545f35848f
This commit is contained in:
Gal Paikin
2020-07-10 15:53:09 +03:00
parent 225fd6120b
commit 38b6bb2247
5 changed files with 61 additions and 3 deletions

View File

@@ -133,6 +133,7 @@ public class SitePathInitializer {
extractMailExample("NewChange.soy");
extractMailExample("NewChangeHtml.soy");
extractMailExample("RegisterNewEmail.soy");
extractMailExample("RegisterNewEmailHtml.soy");
extractMailExample("ReplacePatchSet.soy");
extractMailExample("ReplacePatchSetHtml.soy");
extractMailExample("Restored.soy");