forked from jmug/stoatchat
Try to make email not go into spam.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; border: 1px solid #cccccc;">
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; border: 1px solid #cccccc;">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" bgcolor="#ff4654">
|
<td align="center" bgcolor="#ff4654">
|
||||||
<img src="https://revolt.chat/header.png" alt="REVOLT logo" width="600" height="168" style="display: block;" />
|
<img src="https://revolt.chat/header.png" alt="Revolt logo" width="600" height="168" style="display: block;" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -31,6 +31,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
||||||
|
<p>
|
||||||
|
You requested a password reset, if you did not request this then you can safely ignore it.
|
||||||
|
</p>
|
||||||
<p style="margin: 0;">
|
<p style="margin: 0;">
|
||||||
Reset your password by <a href="{{url}}">clicking here</a>.
|
Reset your password by <a href="{{url}}">clicking here</a>.
|
||||||
</p>
|
</p>
|
||||||
@@ -47,7 +50,8 @@
|
|||||||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
|
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
|
||||||
<p style="margin: 0;">Sent by REVOLT. · <a style="color: white;" href="https://revolt.chat">Website</a> · <a style="color: white;" href="https://gitlab.insrt.uk/revolt">Source Code</a></p>
|
<p style="margin: 0;">Sent by Revolt. · <a style="color: white;" href="https://revolt.chat">Website</a></p>
|
||||||
|
<p>Revolt is a user-first chat platform built with modern web technologies.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -18,7 +18,7 @@
|
|||||||
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; border: 1px solid #cccccc;">
|
<table align="center" border="0" cellpadding="0" cellspacing="0" width="600" style="border-collapse: collapse; border: 1px solid #cccccc;">
|
||||||
<tr>
|
<tr>
|
||||||
<td align="center" bgcolor="#ff4654">
|
<td align="center" bgcolor="#ff4654">
|
||||||
<img src="https://revolt.chat/header.png" alt="REVOLT logo" width="600" height="168" style="display: block;" />
|
<img src="https://revolt.chat/header.png" alt="Revolt logo" width="600" height="168" style="display: block;" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
@@ -31,6 +31,9 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
<td style="color: #153643; font-family: Arial, sans-serif; font-size: 16px; line-height: 24px; padding: 20px 0 0 0;">
|
||||||
|
<p>
|
||||||
|
You're almost there! Verify your account to be able to log into the platform.
|
||||||
|
</p>
|
||||||
<p style="margin: 0;">
|
<p style="margin: 0;">
|
||||||
Please verify your account by <a href="{{url}}">clicking here</a>.
|
Please verify your account by <a href="{{url}}">clicking here</a>.
|
||||||
</p>
|
</p>
|
||||||
@@ -47,7 +50,8 @@
|
|||||||
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
|
<table border="0" cellpadding="0" cellspacing="0" width="100%" style="border-collapse: collapse;">
|
||||||
<tr>
|
<tr>
|
||||||
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
|
<td style="color: #ffffff; font-family: Arial, sans-serif; font-size: 14px;">
|
||||||
<p style="margin: 0;">Sent by REVOLT. · <a style="color: white;" href="https://revolt.chat">Website</a> · <a style="color: white;" href="https://gitlab.insrt.uk/revolt">Source Code</a></p>
|
<p style="margin: 0;">Sent by Revolt. · <a style="color: white;" href="https://revolt.chat">Website</a></p>
|
||||||
|
<p>Revolt is a user-first chat platform built with modern web technologies.</p>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@@ -1,3 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export version=0.5.1-alpha.11-patch.0
|
export version=0.5.1-alpha.12
|
||||||
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
|
echo "pub const VERSION: &str = \"${version}\";" > src/version.rs
|
||||||
|
|||||||
@@ -86,13 +86,13 @@ async fn launch_web() {
|
|||||||
|
|
||||||
templates: Templates {
|
templates: Templates {
|
||||||
verify_email: Template {
|
verify_email: Template {
|
||||||
title: "Verify your REVOLT account.",
|
title: "Verify your Revolt account.",
|
||||||
text: "Verify your email here: {{url}}",
|
text: "You're almost there! Verify your account to be able to log into the platform.\nPlease verify your account here: {{url}}\n\nSent by Revolt. · Website: https://revolt.chat\nRevolt is a user-first chat platform built with modern web technologies.",
|
||||||
html: include_str!("../assets/templates/verify.html"),
|
html: include_str!("../assets/templates/verify.html"),
|
||||||
},
|
},
|
||||||
reset_password: Template {
|
reset_password: Template {
|
||||||
title: "Reset your REVOLT password.",
|
title: "Reset your Revolt password.",
|
||||||
text: "Reset your password here: {{url}}",
|
text: "You requested a password reset, if you did not request this then you can safely ignore it.\nReset your password here: {{url}}\n\nSent by Revolt. · Website: https://revolt.chat\nRevolt is a user-first chat platform built with modern web technologies.",
|
||||||
html: include_str!("../assets/templates/reset.html"),
|
html: include_str!("../assets/templates/reset.html"),
|
||||||
},
|
},
|
||||||
welcome: None,
|
welcome: None,
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
pub const VERSION: &str = "0.5.1-alpha.11-patch.0";
|
pub const VERSION: &str = "0.5.1-alpha.12";
|
||||||
|
|||||||
Reference in New Issue
Block a user