mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[PR #123] [MERGED] Fix: Add single dash arguments support to sendmail command #448
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#448
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?
📋 Pull Request Information
Original PR: https://github.com/axllent/mailpit/pull/123
Author: @richieri
Created: 6/6/2023
Status: ✅ Merged
Merged: 6/6/2023
Merged by: @axllent
Base:
develop← Head:make-compatible-t-sendmail📝 Commits (1)
4422760Add single dash arguments support to sendmail command📊 Changes
2 files changed (+6 additions, -6 deletions)
View changed files
📝
cmd/sendmail.go(+3 -3)📝
sendmail/cmd/cmd.go(+3 -3)📄 Description
mailpit sendmail -t was not working because of the single dash argument
parsing. This commit fixes it.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.