[PR #1137] [MERGED] Allow multiple SMTP Auth meganisms. #3514

Open
opened 2025-10-09 18:24:47 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/1137
Author: @BlackDex
Created: 9/12/2020
Status: Merged
Merged: 9/13/2020
Merged by: @dani-garcia

Base: masterHead: smtp-multi-auth-mechanism


📝 Commits (1)

  • c877583 Allow multiple SMTP Auth meganisms.

📊 Changes

3 files changed (+25 additions, -12 deletions)

View changed files

📝 .env.template (+7 -4)
📝 src/config.rs (+2 -2)
📝 src/mail.rs (+16 -6)

📄 Description

  • Allow all SMTP Auth meganisms supported by Lettre.
  • The config value order is leading and values can be separated by a
    comma ','
  • Case doesn't matter, and invalid values are ignored.
  • Warning is printed when no valid value is found at all.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/dani-garcia/vaultwarden/pull/1137 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 9/12/2020 **Status:** ✅ Merged **Merged:** 9/13/2020 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `smtp-multi-auth-mechanism` --- ### 📝 Commits (1) - [`c877583`](https://github.com/dani-garcia/vaultwarden/commit/c877583979ab0bd76c135b1d88d58298bb9e3680) Allow multiple SMTP Auth meganisms. ### 📊 Changes **3 files changed** (+25 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+7 -4) 📝 `src/config.rs` (+2 -2) 📝 `src/mail.rs` (+16 -6) </details> ### 📄 Description - Allow all SMTP Auth meganisms supported by Lettre. - The config value order is leading and values can be separated by a comma ',' - Case doesn't matter, and invalid values are ignored. - Warning is printed when no valid value is found at all. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2025-10-09 18:24:47 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#3514