From 911fa351585c8303cde626d121f96387aab664d1 Mon Sep 17 00:00:00 2001 From: Fredrik Strand Oseberg Date: Fri, 21 May 2021 14:05:16 +0200 Subject: [PATCH] Refactor/update email (#848) * fix: update email template for invited user * fix: fix styling * fix: update logo on reset password email * fix: update reset-password copyright --- .../getting-started.html.mustache | 25 +++++++++++++------ .../getting-started.plain.mustache | 10 +++++++- .../reset-password.html.mustache | 4 +-- 3 files changed, 29 insertions(+), 10 deletions(-) diff --git a/src/mailtemplates/getting-started/getting-started.html.mustache b/src/mailtemplates/getting-started/getting-started.html.mustache index 5a2385deabb..c088d91d427 100644 --- a/src/mailtemplates/getting-started/getting-started.html.mustache +++ b/src/mailtemplates/getting-started/getting-started.html.mustache @@ -264,7 +264,7 @@ .resetPasswordLink { text-decoration: none; - color: #fff; + color: #fff !important; background-color: #607d8b; border-radius: 25px; padding: 0.75rem; @@ -466,7 +466,7 @@
- +
@@ -481,12 +481,19 @@

Welcome to Unleash {{ name }}!

-
- You have been invited to your organizations Unleash account. Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash. -
-
+ +

You have been invited to your organization's Unleash account - the new way of delivering software.

+ +

Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash.

+
Setup account +
+
+

By the way - did you know we have built Unleash on best practice when releasing new features. Our solution removes pressure from developers, allowing you to focus on delivering value through experimentation.

+ +

Looking forward to having a lot of fun together.

+ @@ -499,6 +506,10 @@
  • Code examples
  • SDKs
  • + + Best +
    + Your Unleash team @@ -516,7 +527,7 @@ - Copyright © {{ year }} | Unleash | All rights reserved. + Copyright © {{ year }} | Bricks Software | All rights reserved.

    diff --git a/src/mailtemplates/getting-started/getting-started.plain.mustache b/src/mailtemplates/getting-started/getting-started.plain.mustache index a543968e0c9..b157f151d5a 100644 --- a/src/mailtemplates/getting-started/getting-started.plain.mustache +++ b/src/mailtemplates/getting-started/getting-started.plain.mustache @@ -1,11 +1,19 @@ Welcome to Unleash {{ name }}! -You have been invited to your organizations Unleash account. Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash. +You have been invited to your organization's Unleash account - the new way of delivering software. + +Below is your magic sign-in link. Just click the button and follow the steps provided to update your password and get started using Unleash. Visit {{{ passwordLink }}} to get started. +By the way - did you know we have built Unleash on best practice when releasing new features. Our solution removes pressure from developers, allowing you to focus on delivering value through experimentation. +Looking forward to having a lot of fun together. + Useful resources: - https://docs.getunleash.io - https://github.com/unleash - https://docs.getunleash.io/docs/user_guide/connect_sdk + +Best +Your Unleash team \ No newline at end of file diff --git a/src/mailtemplates/reset-password/reset-password.html.mustache b/src/mailtemplates/reset-password/reset-password.html.mustache index 9dc5b777dbc..6446312ba94 100644 --- a/src/mailtemplates/reset-password/reset-password.html.mustache +++ b/src/mailtemplates/reset-password/reset-password.html.mustache @@ -466,7 +466,7 @@
    - +
    @@ -504,7 +504,7 @@ - Copyright © {{ year }} | Unleash | All rights reserved. + Copyright © {{ year }} | Bricks Software | All rights reserved.