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 }} | | |
|