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 <test@gmail.com>"
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.