Browse Source
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. - Match some common Lettre errors to return the error message. - Other errors will just be passed on as before. Some small other changes: - Fixed a clippy warning about using clone(). - Fixed a typo where Lettere was spelled with one t.pull/1143/head
BlackDex
4 years ago
2 changed files with 22 additions and 4 deletions
Loading…
Reference in new issue