mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #592] Delivery delay when using Mailpit as SMTP target for Amazon SES #379
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#379
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 @Nchona on GitHub (Dec 10, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/592
Mailpit version: v1.27.11 (Docker, behind AWS NLB on port 25)
We are observing consistent delivery delays only when emails pass through Amazon SES before reaching Mailpit.
We’re using Mailpit as an SMTP sink for tests that send emails via Amazon SES.
When we send directly to Mailpit, messages appear in the UI almost instantly.
When we send the same test via SES → Mailpit, messages are often delayed by 1–2 minutes (or more) before they appear in Mailpit, even though SES returns 250 Ok quickly.
Mailpit logs only show the messages at the time they finally arrive; there are no earlier SMTP or DB logs for those messages.
Is there any known issue in Mailpit v1.27 that could cause delayed message handling/acceptance in this scenario, or any recommended tuning for high-volume SES traffic?
@axllent commented on GitHub (Dec 10, 2025):
Hi @Nchona . There is no known issue with Mailpit as it does not throttle (it's actually designed to be as fast as possible, receiving/processing 100-200 messages per second).
I strongly suspect the delay is caused by something like SES queuing messages internally and distributing it via worker nodes. Do the email headers not provide clues as to where the delays are coming from?
@github-actions[bot] commented on GitHub (Dec 18, 2025):
This issue has been marked as stale because it has been open for 7 days with no activity.
@github-actions[bot] commented on GitHub (Dec 21, 2025):
This issue was closed because there has been no activity since being marked as stale.