mirror of
https://github.com/stoatchat/stoatchat.git
synced 2026-07-14 21:47:02 +00:00
Try to make email not go into spam.
This commit is contained in:
@@ -86,13 +86,13 @@ async fn launch_web() {
|
||||
|
||||
templates: Templates {
|
||||
verify_email: Template {
|
||||
title: "Verify your REVOLT account.",
|
||||
text: "Verify your email here: {{url}}",
|
||||
title: "Verify your Revolt account.",
|
||||
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"),
|
||||
},
|
||||
reset_password: Template {
|
||||
title: "Reset your REVOLT password.",
|
||||
text: "Reset your password here: {{url}}",
|
||||
title: "Reset your Revolt password.",
|
||||
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"),
|
||||
},
|
||||
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