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

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