mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #67] [Feature request] Download HTML file #42
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#42
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 @nztim on GitHub (Mar 20, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/67
I've found Mailhog to be invaluable and I'm very glad this project exists, thanks for your efforts :)
One task I often perform is to test an email and then provide the design with sample content for others to review. To help with this I sometimes use a screenshot or copy/paste the HTML from the relevant tab but it would be great to be able to simply download an .html file.
@axllent commented on GitHub (Mar 21, 2023):
I'm sure I could add a few more download options such as downloading the email HTML or text body (if set) 👍 I am currently working on some other things in Mailpit, so I'll leave this open and hopefully be able to implement this within the next few days. Thanks for the suggestion.
@nztim commented on GitHub (Mar 21, 2023):
Thanks that's great, looking forward to it.
@axllent commented on GitHub (Mar 31, 2023):
Thank you again for the suggestion. This feature has been added and released as part of v1.5.0. When viewing an email, click the "Download" button and select "HTML body". Please can you confirm this works for you as expected?
@nztim commented on GitHub (Mar 31, 2023):
I just updated and it works perfectly. Thanks very much for implementing it!
@axllent commented on GitHub (Mar 31, 2023):
You are welcome!