mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 09:46:00 +03:00
[PR #5910] Add support for sending email via AWS SES #3686
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#3686
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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.