From 4de4777e4b5158106eac3a8b392202d3f1ff32f5 Mon Sep 17 00:00:00 2001
From: Alejandra <90076947+alejsdev@users.noreply.github.com>
Date: Sat, 9 Mar 2024 01:41:58 +0100
Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8F=20Refactor=20email=20templat?=
=?UTF-8?q?es=20(#659)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../email-templates/build/new_account.html | 49 +++++++++----------
.../email-templates/build/reset_password.html | 49 +++++++++----------
.../app/email-templates/build/test_email.html | 48 +++++++++---------
.../app/email-templates/src/new_account.mjml | 20 ++++----
.../email-templates/src/reset_password.mjml | 26 +++++-----
.../app/email-templates/src/test_email.mjml | 12 ++---
6 files changed, 100 insertions(+), 104 deletions(-)
diff --git a/backend/app/email-templates/build/new_account.html b/backend/app/email-templates/build/new_account.html
index 9d82b56..3445050 100644
--- a/backend/app/email-templates/build/new_account.html
+++ b/backend/app/email-templates/build/new_account.html
@@ -1,26 +1,25 @@
| {{ project_name }} - New Account | You have a new account: | Username: {{ username }} | Password: {{ password }} | | |
|
+ .ReadMsgBody { width:100%; }
+ .ExternalClass { width:100%; }
+ .ExternalClass * { line-height:100%; }
+ body { margin:0;padding:0;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%; }
+ table, td { border-collapse:collapse;mso-table-lspace:0pt;mso-table-rspace:0pt; }
+ img { border:0;height:auto;line-height:100%; outline:none;text-decoration:none;-ms-interpolation-mode:bicubic; }
+ p { display:block;margin:13px 0; }{{ project_name }} - New Account | Welcome to your new account! | Here are your account details: | Username: {{ username }} | Password: {{ password }} | | |
|