mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-05-24 09:03:15 -05:00
[PR #5910] Add support for sending email via AWS SES #20516
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/5910
Author: @txase
Created: 5/29/2025
Status: 🔄 Open
Base:
main← Head:aws-ses📝 Commits (2)
d4db518Add support for sending email via AWS SES07e4cf2Panic on unreachable AWS SES code📊 Changes
5 files changed (+112 additions, -4 deletions)
View changed files
📝
Cargo.lock(+26 -0)📝
Cargo.toml(+5 -0)📝
build.rs(+3 -0)📝
src/config.rs(+29 -4)📝
src/mail.rs(+49 -0)📄 Description
This code adds AWS SES (Simple Email Service) as an additional (optionally enabled) email transport. It uses the same default AWS SDK config that the s3 file support uses.
Requirements for use
sesorawsfeatureUSE_AWS_SES=trueSMTP_FROM=<sending email address>AWS_PROFILE=<profile name>(If not using a default AWS config profile. You may also use any other standard AWS env vars to configure SDK credentials.)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.