mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #462] Slow mail income #299
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#299
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 @antoniolago on GitHub (Mar 11, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/462
Hello, I'm using Mailpit for testing purposes of a newsletter system, while I was using Mailhog I saw like 500 incoming emails per second, but when I just change the endpoint to Mailpit (no code changes) I see 1 incoming email per second and my task hangs till it finishes, what am I doing wrong?
@antoniolago commented on GitHub (Mar 11, 2025):
Update: I deployed everything in an arm64 prod server (with the same configs) and it's lightning fast, it's something with my local machine (amd64), any findings I'll post here.