chore: update branding in transactional emails (#458)

Signed-off-by: izzy <me@insrt.uk>
This commit is contained in:
Paul Makles
2025-11-12 22:19:34 +00:00
committed by GitHub
parent 82b492e529
commit b7c2ca84ab
16 changed files with 167 additions and 169 deletions

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html>
<head> <head>
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="x-apple-disable-message-reformatting"> <meta name="x-apple-disable-message-reformatting">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no"> <meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
@@ -42,7 +42,7 @@
<tbody> <tbody>
<tr> <tr>
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left"> <td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
<img alt="Revolt Logo" class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96"> <img alt="Stoat Logo" class="w-24" src="https://stoat.chat/favicon.svg" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -107,7 +107,7 @@
</table> </table>
<div class="text-muted text-center" style="color: #718096;" align="center"> <div class="text-muted text-center" style="color: #718096;" align="center">
This email is intended for {{email}}<br> This email is intended for {{email}}<br>
Sent from Revolt<br> Sent from Stoat<br>
Made in Europe Made in Europe
</div> </div>
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%"> <table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">

View File

@@ -1,38 +1,37 @@
<html> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <head>
<style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/* Add custom classes and styles that you want inlined here */ <style>
</style> /* Add custom classes and styles that you want inlined here */
</head> </style>
<body class="bg-light"> </head>
<div class="container">
<img <body class="bg-light">
alt="Revolt Logo" <div class="container">
class="ax-center my-10 w-24" <img alt="Stoat Logo" class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" />
src="https://app.revolt.chat/assets/logo_round.png" <div class="card p-6 p-lg-10 space-y-4">
/> <h1 class="h3 fw-700">Account Deletion</h1>
<div class="card p-6 p-lg-10 space-y-4"> <p>
<h1 class="h3 fw-700">Account Deletion</h1> You requested to have your account deleted, if you did not perform
<p> this action please take measures to secure your account immediately.
You requested to have your account deleted, if you did not perform </p>
this action please take measures to secure your account immediately. <a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
</p>
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
</div>
<div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Revolt<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div> </div>
</body> <div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Stoat<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div>
</body>
</html> </html>

View File

@@ -3,7 +3,7 @@ You requested to have your account deleted, if you did not perform this action p
Please navigate to: {{url}} Please navigate to: {{url}}
This email is intended for {{email}} This email is intended for {{email}}
Sent by Revolt Sent by Stoat
Made in Europe Made in Europe
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales. Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.

View File

@@ -4,6 +4,6 @@ Please navigate to: {{url}}
This email is intended for {{email}} This email is intended for {{email}}
This email has no association with Revolt or Revolt Platforms Ltd. This email has no association with Stoat or Revolt Platforms Ltd.
Learn more about third party instances here: Learn more about third party instances here:
https://developers.revolt.chat/faq.html https://developers.stoat.chat/faq.html

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html>
<head> <head>
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="x-apple-disable-message-reformatting"> <meta name="x-apple-disable-message-reformatting">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no"> <meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
@@ -42,7 +42,7 @@
<tbody> <tbody>
<tr> <tr>
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left"> <td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
<img class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96"> <img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -120,7 +120,7 @@
</table> </table>
<div class="text-muted text-center" style="color: #718096;" align="center"> <div class="text-muted text-center" style="color: #718096;" align="center">
This email is intended for {{email}}<br> This email is intended for {{email}}<br>
Sent from Revolt<br> Sent from Stoat<br>
Made in Europe Made in Europe
</div> </div>
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%"> <table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">

View File

@@ -9,7 +9,8 @@
<div class="container"> <div class="container">
<img <img
class="ax-center my-10 w-24" class="ax-center my-10 w-24"
src="https://app.revolt.chat/assets/logo_round.png" src="https://stoat.chat/favicon.svg"
alt="Stoat Logo"
/> />
<div class="card p-6 p-lg-10 space-y-4"> <div class="card p-6 p-lg-10 space-y-4">
<h1 class="h3 fw-700">Password Reset</h1> <h1 class="h3 fw-700">Password Reset</h1>
@@ -25,7 +26,7 @@
</div> </div>
<div class="text-muted text-center my-6"> <div class="text-muted text-center my-6">
This email is intended for {{email}}<br /> This email is intended for {{email}}<br />
Sent from Revolt<br /> Sent from Stoat<br />
Made in Europe Made in Europe
</div> </div>
<div class="text-muted text-xs my-6 ax-center"> <div class="text-muted text-xs my-6 ax-center">

View File

@@ -8,7 +8,7 @@ password on it, click below to continue.
Please navigate to: {{url}} Please navigate to: {{url}}
This email is intended for {{email}} This email is intended for {{email}}
Sent by Revolt Sent by Stoat
Made in Europe Made in Europe
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales. Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html>
<head> <head>
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="x-apple-disable-message-reformatting"> <meta name="x-apple-disable-message-reformatting">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no"> <meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
@@ -42,7 +42,7 @@
<tbody> <tbody>
<tr> <tr>
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left"> <td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
<img class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96"> <img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -104,7 +104,7 @@
</table> </table>
<div class="text-muted text-center" style="color: #718096;" align="center"> <div class="text-muted text-center" style="color: #718096;" align="center">
This email is intended for {{email}}<br> This email is intended for {{email}}<br>
Sent from Revolt<br> Sent from Stoat<br>
Made in Europe Made in Europe
</div> </div>
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%"> <table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">

View File

@@ -1,34 +1,34 @@
<html> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <head>
<style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/* Add custom classes and styles that you want inlined here */ <style>
</style> /* Add custom classes and styles that you want inlined here */
</head> </style>
<body class="bg-light"> </head>
<div class="container">
<img <body class="bg-light">
class="ax-center my-10 w-24" <div class="container">
src="https://app.revolt.chat/assets/logo_round.png" <img class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" />
/> <div class="card p-6 p-lg-10 space-y-4">
<div class="card p-6 p-lg-10 space-y-4"> <h1 class="h3 fw-700">Password Reset</h1>
<h1 class="h3 fw-700">Password Reset</h1> <p>You requested a password reset, click below to continue.</p>
<p>You requested a password reset, click below to continue.</p> <a class="btn btn-primary p-3 fw-700" href="{{url}}">Reset</a>
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Reset</a>
</div>
<div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Revolt<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div> </div>
</body> <div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Stoat<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div>
</body>
</html> </html>

View File

@@ -3,7 +3,7 @@ You requested a password reset, if you did not perform this action you can safel
Please navigate to: {{url}} Please navigate to: {{url}}
This email is intended for {{email}} This email is intended for {{email}}
Sent by Revolt Sent by Stoat
Made in Europe Made in Europe
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales. Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html>
<head> <head>
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="x-apple-disable-message-reformatting"> <meta name="x-apple-disable-message-reformatting">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no"> <meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
@@ -42,7 +42,7 @@
<tbody> <tbody>
<tr> <tr>
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left"> <td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
<img alt="Revolt Logo" class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96"> <img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -134,7 +134,7 @@
</table> </table>
<div class="text-muted text-center" style="color: #718096;" align="center"> <div class="text-muted text-center" style="color: #718096;" align="center">
This email is intended for {{email}}<br> This email is intended for {{email}}<br>
Sent from Revolt<br> Sent from Stoat<br>
Made in Europe Made in Europe
</div> </div>
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%"> <table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">

View File

@@ -1,46 +1,45 @@
<html> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <head>
<style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/* Add custom classes and styles that you want inlined here */ <style>
</style> /* Add custom classes and styles that you want inlined here */
</head> </style>
<body class="bg-light"> </head>
<div class="container">
<img <body class="bg-light">
alt="Revolt Logo" <div class="container">
class="ax-center my-10 w-24" <img class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" />
src="https://app.revolt.chat/assets/logo_round.png" <div class="card p-6 p-lg-10 space-y-4">
/> <h1 class="h3 fw-700">Account Suspended</h1>
<div class="card p-6 p-lg-10 space-y-4"> <p>Your account has been suspended, for one or more reasons:</p>
<h1 class="h3 fw-700">Account Suspended</h1> <ul>
<p>Your account has been suspended, for one or more reasons:</p> {{list}}
<ul> </ul>
{{list}} <p style="display:{{duration_display}}">
</ul> You will be able to use your account again in {{duration}} days.
<p style="display:{{duration_display}}"> </p>
You will be able to use your account again in {{duration}} days. <p>
</p> Further violations may result in a permanent ban depending on
<p> severity, please abide by the
Further violations may result in a permanent ban depending on <a href="https://revolt.chat/aup">Acceptable Usage Policy</a>.
severity, please abide by the </p>
<a href="https://revolt.chat/aup">Acceptable Usage Policy</a>. <p>Ban evasion is prohibited and will be dealt with accordingly.</p>
</p>
<p>Ban evasion is prohibited and will be dealt with accordingly.</p>
</div>
<div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Revolt<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div> </div>
</body> <div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Stoat<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div>
</body>
</html> </html>

View File

@@ -8,7 +8,7 @@ Further violations may result in a permanent ban depending on severity, please a
Ban evasion is prohibited and will be dealt with accordingly. Ban evasion is prohibited and will be dealt with accordingly.
This email is intended for {{email}} This email is intended for {{email}}
Sent by Revolt Sent by Stoat
Made in Europe Made in Europe
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales. Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.

View File

@@ -1,7 +1,7 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html> <html>
<head> <head>
<!-- Compiled with Bootstrap Email version: 1.5.1 --><meta http-equiv="x-ua-compatible" content="ie=edge"> <!-- Compiled with Bootstrap Email version: 1.6.0 --><meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="x-apple-disable-message-reformatting"> <meta name="x-apple-disable-message-reformatting">
<meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="format-detection" content="telephone=no, date=no, address=no, email=no"> <meta name="format-detection" content="telephone=no, date=no, address=no, email=no">
@@ -42,7 +42,7 @@
<tbody> <tbody>
<tr> <tr>
<td style="line-height: 24px; font-size: 16px; margin: 0;" align="left"> <td style="line-height: 24px; font-size: 16px; margin: 0;" align="left">
<img alt="Revolt Logo" class="w-24" src="https://app.revolt.chat/assets/logo_round.png" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96"> <img class="w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" style="height: auto; line-height: 100%; outline: none; text-decoration: none; display: block; width: 96px; border-style: none; border-width: 0;" width="96">
</td> </td>
</tr> </tr>
</tbody> </tbody>
@@ -104,7 +104,7 @@
</table> </table>
<div class="text-muted text-center" style="color: #718096;" align="center"> <div class="text-muted text-center" style="color: #718096;" align="center">
This email is intended for {{email}}<br> This email is intended for {{email}}<br>
Sent from Revolt<br> Sent from Stoat<br>
Made in Europe Made in Europe
</div> </div>
<table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%"> <table class="s-6 w-full" role="presentation" border="0" cellpadding="0" cellspacing="0" style="width: 100%;" width="100%">

View File

@@ -1,35 +1,34 @@
<html> <html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <head>
<style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
/* Add custom classes and styles that you want inlined here */ <style>
</style> /* Add custom classes and styles that you want inlined here */
</head> </style>
<body class="bg-light"> </head>
<div class="container">
<img <body class="bg-light">
alt="Revolt Logo" <div class="container">
class="ax-center my-10 w-24" <img class="ax-center my-10 w-24" src="https://stoat.chat/favicon.svg" alt="Stoat Logo" />
src="https://app.revolt.chat/assets/logo_round.png" <div class="card p-6 p-lg-10 space-y-4">
/> <h1 class="h3 fw-700">Almost there!</h1>
<div class="card p-6 p-lg-10 space-y-4"> <p>To complete your sign up, we just need to verify your email.</p>
<h1 class="h3 fw-700">Almost there!</h1> <a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
<p>To complete your sign up, we just need to verify your email.</p>
<a class="btn btn-primary p-3 fw-700" href="{{url}}">Confirm</a>
</div>
<div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Revolt<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div> </div>
</body> <div class="text-muted text-center my-6">
This email is intended for {{email}}<br />
Sent from Stoat<br />
Made in Europe
</div>
<div class="text-muted text-xs my-6 ax-center">
Revolt Platforms Ltd. is a company incorporated and registered under the
laws of England and Wales.<br />
Registered Company Number: 16260658<br />
Registered Office:<br />
Suite 5703 Unit 3A, 34-35 Hatton Garden,<br />
Holborn, United Kingdom, EC1N 8DX
</div>
</div>
</body>
</html> </html>

View File

@@ -4,7 +4,7 @@ To complete your sign up, we just need to verify your email.
Please navigate to: {{url}} Please navigate to: {{url}}
This email is intended for {{email}} This email is intended for {{email}}
Sent by Revolt Sent by Stoat
Made in Europe Made in Europe
Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales. Revolt Platforms Ltd. is a company incorporated and registered under the laws of England and Wales.