mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #26] MP_TAG does not work #22
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#22
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 @LukaszRacon on GitHub (Dec 8, 2022).
Original GitHub issue: https://github.com/axllent/mailpit/issues/26
Tags don't work when defined with
MP_TAGenvironment variable. Works fine with-tcommand.Test:
docker run --rm -it -p 1025:1025 -p 8025:8025 -e MP_TAG="abc=\"ABC\"" axllent/mailpit:v1.3.2 -vLooks like default value is missing:
https://github.com/axllent/mailpit/blob/master/cmd/root.go#L145:
@axllent commented on GitHub (Dec 8, 2022):
@LukaszRacon Thanks for the bug report, and you're totally right - this was missing. I have fixed this in the latest release (v1.3.3) which should finish building within the next few minutes (binaries & docker). Please let me know if this fixes it for you?
@LukaszRacon commented on GitHub (Dec 8, 2022):
Thank you for quick response and developing mailpit - looks and works great.
The issue is still there - in commit you have used wrong key:
SMTPSSLKeyinstead ofSMTPCLITags.@axllent commented on GitHub (Dec 8, 2022):
😵💫 Good catch (again!). That will teach me to try multitask! v1.3.4 with the real fix is being released now. Sorry about that... and thanks for the positive comments!
@LukaszRacon commented on GitHub (Dec 8, 2022):
Confirming that all worked. Thanks again!