diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE/bug_report.md similarity index 92% rename from .github/ISSUE_TEMPLATE.md rename to .github/ISSUE_TEMPLATE/bug_report.md index 7aaabd7d..758853ce 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,12 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + + +
+This is a test email to verify the SMTP configuration for {{url}}. +
+When you can read this email it is probably configured correctly.
+ diff --git a/src/static/templates/email/smtp_test.html.hbs b/src/static/templates/email/smtp_test.html.hbs new file mode 100644 index 00000000..154bda0c --- /dev/null +++ b/src/static/templates/email/smtp_test.html.hbs @@ -0,0 +1,129 @@ +Bitwarden_rs SMTP Test + + + + + ++ + | +||||||
+
|
+
-Thank you for creating an account at {{url}}. You may now log in with your new account. +Thank you for creating an account at {{url}}. You may now log in with your new account.
If you did not request to create an account, you can safely ignore this email.
diff --git a/src/static/templates/email/welcome.html.hbs b/src/static/templates/email/welcome.html.hbs index 5f782f31..27930715 100644 --- a/src/static/templates/email/welcome.html.hbs +++ b/src/static/templates/email/welcome.html.hbs @@ -96,7 +96,7 @@ Welcome- Thank you for creating an account at {{url}}. You may now log in with your new account. + Thank you for creating an account at {{url}}. You may now log in with your new account. |
- Thank you for creating an account at {{url}}. Before you can login with your new account, you must verify this email address by clicking the link below. + Thank you for creating an account at {{url}}. Before you can login with your new account, you must verify this email address by clicking the link below. |