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
- Host: GitHub
- URL: https://github.com/zweifisch/attached
- Owner: zweifisch
- License: mit
- Created: 2014-09-26T13:03:16.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-09-26T13:22:04.000Z (almost 12 years ago)
- Last Synced: 2025-06-16T08:59:45.264Z (about 1 year ago)
- Language: Go
- Size: 129 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```