mirror of
https://github.com/ivabus/pop
synced 2024-11-10 02:25:19 +03:00
attachments.go | ||
email.go | ||
go.mod | ||
go.sum | ||
go.work | ||
go.work.sum | ||
keymap.go | ||
main.go | ||
model.go | ||
README.md | ||
style.go |
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
Feedback
I'd love to hear your feedback on improving email
.
Feel free to reach out via:
zzz