mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-07-15 18:12:14 -05:00
[PR #879] [MERGED] Added SMTP test button in the admin gui #15662
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/dani-garcia/vaultwarden/pull/879
Author: @BlackDex
Created: 2/26/2020
Status: ✅ Merged
Merged: 3/1/2020
Merged by: @dani-garcia
Base:
master← Head:smtp-test-button📝 Commits (4)
5f61607Added SMTP test button in the admin gui5a974c7Added SMTP test button in the admin guif6de144Merge branch 'smtp-test-button' of github.com:BlackDex/bitwarden_rs into smtp-test-button97fb7b5Added urlpath to smtpTest function📊 Changes
6 files changed (+201 additions, -8 deletions)
View changed files
📝
src/api/admin.rs(+13 -0)📝
src/config.rs(+1 -0)📝
src/mail.rs(+11 -0)📝
src/static/templates/admin/page.hbs(+39 -8)➕
src/static/templates/email/smtp_test.hbs(+8 -0)➕
src/static/templates/email/smtp_test.html.hbs(+129 -0)📄 Description
A function was overwriten with a variable and errors were not handled
correctly like a 500 for example.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.