From ffb1142b207f9e262149e2c2c79c4b6e4a04ca15 Mon Sep 17 00:00:00 2001 From: Trisha Anand Date: Thu, 8 Oct 2020 14:48:41 +0530 Subject: [PATCH] =?UTF-8?q?Adding=20a=20new=20email=20template=20for=20sen?= =?UTF-8?q?ding=20an=20email=20when=20an=20appsmith=20use=E2=80=A6=20(#107?= =?UTF-8?q?7)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * Adding a new email template for sending an email when an appsmith user's role in an organization changes. * Minor changes in text. --- .../email/updateRoleExistingUserTemplate.html | 299 ++++++++++++++++++ 1 file changed, 299 insertions(+) create mode 100644 app/server/appsmith-server/src/main/resources/email/updateRoleExistingUserTemplate.html diff --git a/app/server/appsmith-server/src/main/resources/email/updateRoleExistingUserTemplate.html b/app/server/appsmith-server/src/main/resources/email/updateRoleExistingUserTemplate.html new file mode 100644 index 0000000000..29de49a8cf --- /dev/null +++ b/app/server/appsmith-server/src/main/resources/email/updateRoleExistingUserTemplate.html @@ -0,0 +1,299 @@ + + + + + + + + + + + + + + +
+
+ + + + + + +
+ + + + + + +
+ + + + + + +
+ + + + + + + +
+ + + + + + + + + + + + + +
+ +
+ + + + + + +
+
+
+ Your role has been updated. +
+
+
+
+ {{Inviter_First_Name}} has updated your role in the organization "{{inviter_org_name}}" to {{user_role_name}} in Appsmith. +
+
+
+
+ + + + + + +
+ + + + + + +
+ Go To Appsmith +
+
+ + + + + + +
+
+
+ Cheers +
+
+ Devs at Appsmith +
+
+
+
+
+ +
+
+
+
+
+ + + + \ No newline at end of file