Skip to content
/ mdsend Public

Send markdown files as MIME-encoded electronic mail.

License

Notifications You must be signed in to change notification settings

dkotik/mdsend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

05bb6b2 · Feb 25, 2025

History

25 Commits
Feb 22, 2022
Dec 12, 2024
Feb 14, 2024
Mar 8, 2024
Apr 25, 2024
Feb 25, 2025
Feb 13, 2022
Mar 7, 2024
Mar 7, 2024
Dec 12, 2024
Mar 7, 2024
Mar 7, 2024
Dec 12, 2024
Feb 14, 2024
Feb 13, 2022
Feb 22, 2022
Mar 7, 2024
Feb 15, 2022
Apr 25, 2024
Apr 25, 2024
Feb 25, 2025
Feb 25, 2025
Feb 14, 2024
Feb 15, 2022
Feb 14, 2024
Feb 15, 2022
Feb 13, 2022
Feb 14, 2024

Repository files navigation

Mdsend

Project status: ALPHA DRAFT

Send markdown files as MIME-encoded electronic mail.

Installation

  • Go:
    go install github.com/dkotik/mdsend@latest
  • Macintosh:
    brew tap dkotik/tap
    brew install mdsend

Example

---
subject: "Test Email"
to: "Test Account <test@gmail.com>"
to: "./localfile.yaml|toml|json|csv|txt"
---

# Title

Message body.

Easily hackable.

EmailSend(file.md, templating engine, provider engine)

Delivery Locking

Distributors

Planned Features

  • Text-part writer should minify html! minified html will have without quotes! (change inline detector)
  • Should write a better markdown renderer that recognizes single-line youtube and image paragraphs, centers them.
  • Email validation: https://github.com/reacherhq/check-if-email-exists

Tools

About

Send markdown files as MIME-encoded electronic mail.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages