mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #479] Feature Request: Customizable link in the WebUI #310
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#310
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 @D-i-t-gh on GitHub (Apr 5, 2025).
Original GitHub issue: https://github.com/axllent/mailpit/issues/479
Thanks for your work on this nice tool!
It would be helpful to have an option in Mailpit's WebUI that allows integrating a clickable link to external resources, such as an internal documentation page.
This link could be positioned in the header/title area, similar to your website:
The link could be conditionally displayed based on configuration parameters, for example:
The link would only appear if both parameters are configured with valid values.
@axllent commented on GitHub (Apr 6, 2025):
Hi @D-i-t-gh. I'm glad to hear you like Mailpit! I'm going to need to give this request some more thought as thee are a few issues I can see:
mailpit --helpis already a lot to get through). In addition to that, your suggestion actually requires not just one, but two flags, both of which are required just to add a single feature.To help me understand your requirement, can you please explain exactly what it is you are wanting to use this feature for?
@D-i-t-gh commented on GitHub (Apr 6, 2025):
Hi, thank you very much for your answer! Regarding your question: consider large companies with dedicated service teams that provide self-hosted tools (such as Mailpit) to multiple development teams. In such a scenario, it would be practical for the development teams to have streamlined access to the service team for reporting issues or asking questions. I think having a link to the service team's documentation page in Mailpit would be a convenient and user-friendly solution.
However, I know that this is a feature request for a special use case, and I don't expect it will be implemented, as probably not many people are requesting this.
@axllent commented on GitHub (Apr 9, 2025):
Sorry about the delay getting back to you @D-i-t-gh. Whilst I do understand the convenience of your request, I feel it is simply not practical to implement in a meaningful manner without stashing the link away (so not to clutter the interface), thus hiding it away from plain sight (which defeats the purpose of what you are wanting).
I also think it's also fair to say that Mailpit would only be a very small part of your application ecosystem, so I would expect there would be a dedicated intranet with documentation about all the various other tools used which your users should be aware of. It's unlikely all your applications allow you to add custom links, so even if Mailpit was to have such a feature, it would only be addressing a small fraction of the apps.
As much as I want to implement every feature request, I unfortunately do have to turn down some requests, specifically when they are "special use cases" which don't offer any benefit to the application itself, and little to the wider community using Mailpit. I hope you can understand my reasoning to declining your request?
@D-i-t-gh commented on GitHub (Apr 9, 2025):
Thanks for your answer, no problem :)