mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-12-11 01:10:09 +03:00
[PR #1143] [MERGED] Format some common Lettre errors a bit simpler #3509
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/1143
Author: @BlackDex
Created: 9/14/2020
Status: ✅ Merged
Merged: 9/14/2020
Merged by: @dani-garcia
Base:
master← Head:better-lettre-errors📝 Commits (1)
6a0d024Format some common Lettre errors a bit simpler📊 Changes
2 files changed (+22 additions, -4 deletions)
View changed files
📝
src/error.rs(+1 -1)📝
src/mail.rs(+21 -3)📄 Description
Currently when for example using the admin interface to send out a test e-mail just
returns
SmtpError. This is not very helpful. What i have done.Some small other changes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.