mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #128] (Feature request) Support multiple inboxes #87
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#87
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 @supriyo-biswas on GitHub (Jun 24, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/128
Hey, thanks for this very useful project :)
Is it possible for Mailpit to support multiple inboxes? The use case for this is I'd like to have multiple apps that send their emails to the same instance of Mailpit but different inboxes, so that automated testing scripts can fetch the correct email through the API having to follow conventions to separate out the other projects' emails.
@axllent commented on GitHub (Jun 24, 2023):
Thanks, I'm really glad you like it! No sorry, multiple inboxes is not on the roadmap. Please see #86 and #115 for the same question and some of the reasoning behind this decision.
As a work-around for your use-case, you could technically auto-tag your messages (assuming you can filter by something unique, or can add a
X-Tagsheader to your messages) and then search by tag.