From e60c6ed8c5c7680123b5aaeca0dc6efff237e73f Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Thu, 2 Jun 2016 17:16:57 +0200 Subject: [PATCH] Add html templates for verification mails --- src/email/templates.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/email/templates.json b/src/email/templates.json index 44e2647..350ed69 100644 --- a/src/email/templates.json +++ b/src/email/templates.json @@ -2,11 +2,11 @@ "verifyKey": { "subject": "Verify Your Key", "text": "Hello {{name}},\n\nplease click here to verify your key:\n\n{{baseUrl}}/api/v1/verify?keyid={{keyid}}&nonce={{nonce}}", - "html": "" + "html": "

Hello {{name}},

please click here to verify your key.

" }, "verifyRemove": { "subject": "Verify Key Removal", "text": "Hello {{name}},\n\nplease click here to verify the removal of your key:\n\n{{baseUrl}}/api/v1/verifyRemove?keyid={{keyid}}&nonce={{nonce}}", - "html": "" + "html": "

Hello {{name}},

please click here to verify the removal of your key.

" } } \ No newline at end of file