mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #380] If External Relay is down, are emails still queued to send/retry? #249
Labels
No labels
awaiting feedback
bug
docker
documentation
enhancement
github_actions
invalid
pull-request
question
stale
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/mailpit#249
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?
Originally created by @dennisjbr on GitHub (Oct 26, 2024).
Original GitHub issue: https://github.com/axllent/mailpit/issues/380
Hello!
More of a question than an issue to file. It's unclear if Mailpit is set to relay all messages to another server, and that server is down, will it retry to to send that message later? Is the status of the send persistent in the database?
Thanks!
@axllent commented on GitHub (Oct 26, 2024):
Hi @dennisjbr. To answer your question, no, there is no queue / retry logic built into Mailpit for relaying messages as this is ultimately completely out of scope for the purpose of the software. There is also no sent status stored in the database - when a message is received Mailpit will attempt to relay the message immediately. If it fails to "auto relay" then the failure is just logged as a failure to the server console.