Go to file
2023-06-21 14:44:39 -04:00
attachments.go feat: email tui 2023-06-13 23:31:19 -04:00
email.go feat: send plain-text if Convert fails 2023-06-21 14:44:39 -04:00
go.mod feat: convert markdown to html 2023-06-15 10:30:20 -04:00
go.sum feat: convert markdown to html 2023-06-15 10:30:20 -04:00
go.work feat: email tui 2023-06-13 23:31:19 -04:00
go.work.sum feat: email tui 2023-06-13 23:31:19 -04:00
keymap.go fix: remove a binding, use enter instead 2023-06-15 14:43:58 -04:00
main.go fix: separate email sent to links 2023-06-20 10:21:01 -04:00
model.go fix: add send button 2023-06-15 14:38:57 -04:00
README.md docs: readme 2023-06-14 00:52:36 -04:00
style.go fix: separate email sent to links 2023-06-20 10:21:01 -04:00

Email

Send emails from your terminal.

Command Line Interface

email --from "me@example.com" --to "you@example.com" \
    --subject "Hello, world!" --attach invoice.pdf \
    < message.md

Text-based User Interface

Launch the TUI

email

Installation

Install with Go:

go install github.com/maaslalani/email@main

Or download a binary from the releases.

License

MIT

Feedback

I'd love to hear your feedback on improving email.

Feel free to reach out via:


zzz