[PR #711] [MERGED] Added configurable smtp timeout. #2761

Closed
opened 2026-02-05 04:55:53 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/dani-garcia/vaultwarden/pull/711
Author: @BlackDex
Created: 11/6/2019
Status: Merged
Merged: 11/6/2019
Merged by: @dani-garcia

Base: masterHead: issue-706


📝 Commits (2)

  • cbb92bc Updated dependencies
  • c52adef Added configurable smtp timeout.

📊 Changes

5 files changed (+71 additions, -32 deletions)

View changed files

📝 .env.template (+1 -0)
📝 Cargo.lock (+61 -32)
📝 Cargo.toml (+4 -0)
📝 src/config.rs (+2 -0)
📝 src/mail.rs (+3 -0)

📄 Description

Fixing issue #706

  • Added config option for smtp timeout
  • Lowered default timeout to 15 seconds instead of default 60.

Also:
Updated dependencies
Updated some dependencies and used a git patch for lettre addressing timeouts.


🔄 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/711 **Author:** [@BlackDex](https://github.com/BlackDex) **Created:** 11/6/2019 **Status:** ✅ Merged **Merged:** 11/6/2019 **Merged by:** [@dani-garcia](https://github.com/dani-garcia) **Base:** `master` ← **Head:** `issue-706` --- ### 📝 Commits (2) - [`cbb92bc`](https://github.com/dani-garcia/vaultwarden/commit/cbb92bcbc03face72b17932c421b1b61224e2c7c) Updated dependencies - [`c52adef`](https://github.com/dani-garcia/vaultwarden/commit/c52adef919419a1e823fbc26c49aaef9032248ff) Added configurable smtp timeout. ### 📊 Changes **5 files changed** (+71 additions, -32 deletions) <details> <summary>View changed files</summary> 📝 `.env.template` (+1 -0) 📝 `Cargo.lock` (+61 -32) 📝 `Cargo.toml` (+4 -0) 📝 `src/config.rs` (+2 -0) 📝 `src/mail.rs` (+3 -0) </details> ### 📄 Description Fixing issue #706 - Added config option for smtp timeout - Lowered default timeout to 15 seconds instead of default 60. Also: Updated dependencies Updated some dependencies and used a git patch for lettre addressing timeouts. --- <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 2026-02-05 04:55:53 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#2761