mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #617] Auto-tagging by username not working #386
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#386
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 @albertogalisteo on GitHub (Jan 15, 2026).
Original GitHub issue: https://github.com/axllent/mailpit/issues/617
I’m trying to enable auto-tagging of emails by SMTP username using the
MP_TAGS_USERNAMEoption, but it doesn’t seem to be working.Setup details:
axllent/mailpit:latestv1.28.2Expected behavior:
Emails should be automatically tagged with the SMTP username when authentication is used.
Actual behavior:
No username-based tags are added to the emails.
Question:
Is auto-tagging by username supposed to work when using
MP_SMTP_AUTH_ACCEPT_ANY?If not, is this a limitation or a bug?
Is there any additional configuration required for
MP_TAGS_USERNAMEto work in this scenario?@axllent commented on GitHub (Jan 16, 2026):
Thank you @albertogalisteo - this was an oversight on my part when using an unencrypted connection and plain auth. I have pushed a fix for this which should hopefully be released this weekend, or maybe early next week.
@axllent commented on GitHub (Jan 18, 2026):
@albertogalisteo This issue should now be fixed in the latest release. I'll close this issue, but please confirm that this resolves the issue for you, thanks.
@albertogalisteo commented on GitHub (Jan 19, 2026):
Yes, it’s fixed in the latest release. Thanks a lot!