mirror of
https://github.com/axllent/mailpit.git
synced 2026-04-26 00:35:51 +03:00
[GH-ISSUE #168] feature request: ability to send emails via api to mimic mailchannels #112
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#112
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 @avnav0 on GitHub (Sep 25, 2023).
Original GitHub issue: https://github.com/axllent/mailpit/issues/168
would be great to be able to see html
@axllent commented on GitHub (Sep 26, 2023):
@avnav0 I'm not sure what functionality exactly you are asking to mimic? Based on your original message (before you edited it), it sounded like you were asking for a mailchannels-compatible API endpoint (clone) to be built into Mailpit, but you then edited that message so now I really don't know if that is what you actually meant. If that is what you are asking, then I suggest you refer to my response & explanation on #167 which was asking for a similar feature (but for a completely different service).
@avnav0 commented on GitHub (Sep 26, 2023):
@axllent hey yeah sorry, i was originally trying to see if it would be possible to implement an API - but then just ended up writing my own little server. then i was running into an issue with having mailpit render html.
but that's been solved.
two issues unrelated.
for mailchannels, i ended up just taking the same object that would go to their api and parsing it before sending it off to mailpit.
@axllent commented on GitHub (Sep 26, 2023):
Glad to hear it, thanks for the feedback!