[GH-ISSUE #380] If External Relay is down, are emails still queued to send/retry? #249

Closed
opened 2026-03-15 13:26:25 +03:00 by kerem · 1 comment
Owner

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!

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!
kerem closed this issue 2026-03-15 13:26:40 +03:00
Author
Owner

@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.

<!-- gh-comment-id:2439442566 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/mailpit#249
No description provided.