An open API service indexing awesome lists of open source software.

https://github.com/zweifisch/attached

send file as attachment from commandline
https://github.com/zweifisch/attached

Last synced: 10 months ago
JSON representation

send file as attachment from commandline

Awesome Lists containing this project

README

          

# attached

send file as attachment from commandline

install

```
go get github.com/zweifisch/attached
```

some configure in ~/.attachedrc

```toml
account = "username"
password = "password"

from = "username@gmail.com"
signature = "Your Name"

[smtp]
host = "smtp.gmail.com"
port = 25
```

usage

```sh
attached -t alice@gmail.com -m "documents" image.jpg chart.pdf
```