65 lines
940 B
Markdown
65 lines
940 B
Markdown
# Email
|
|
|
|
Send emails from your terminal.
|
|
|
|
## Command Line Interface
|
|
|
|
```bash
|
|
email --from "me@example.com" --to "you@example.com" \
|
|
--subject "Hello, world!" --attach invoice.pdf \
|
|
< message.md
|
|
```
|
|
|
|
|
|
## Text-based User Interface
|
|
|
|
Launch the TUI
|
|
|
|
```bash
|
|
email
|
|
```
|
|
|
|
## Installation
|
|
|
|
<!--
|
|
|
|
Use a package manager:
|
|
|
|
```bash
|
|
# macOS
|
|
brew install email
|
|
|
|
# Arch
|
|
yay -S email
|
|
|
|
# Nix
|
|
nix-env -iA nixpkgs.email
|
|
```
|
|
|
|
-->
|
|
|
|
Install with Go:
|
|
|
|
```sh
|
|
go install github.com/maaslalani/email@main
|
|
```
|
|
|
|
Or download a binary from the [releases](https://github.com/maaslalani/email/releases).
|
|
|
|
## License
|
|
|
|
[MIT](https://github.com/maaslalani/email/blob/master/LICENSE)
|
|
|
|
## Feedback
|
|
|
|
I'd love to hear your feedback on improving `email`.
|
|
|
|
Feel free to reach out via:
|
|
* [Email](mailto:maas@lalani.dev)
|
|
* [Twitter](https://twitter.com/maaslalani)
|
|
* [GitHub issues](https://github.com/maaslalani/email/issues/new)
|
|
|
|
---
|
|
|
|
<sub><sub>z</sub></sub><sub>z</sub>z
|