Project status: ALPHA DRAFT
Send markdown files as MIME-encoded electronic mail.
- Go:
go install github.com/dkotik/mdsend@latest
- Macintosh:
brew tap dkotik/tap brew install mdsend
---
subject: "Test Email"
to: "Test Account <[email protected]>"
to: "./localfile.yaml|toml|json|csv|txt"
---
# Title
Message body.
Easily hackable.
EmailSend(file.md, templating engine, provider engine)
- 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
- https://github.com/AfterShip/email-verifier
- Use https://www.mail-tester.com/ to check the deliverability of your mail.