https://github.com/ctsit/emailfile
Simple command-line program for emailing an attachment via SMTP.
https://github.com/ctsit/emailfile
Last synced: 10 months ago
JSON representation
Simple command-line program for emailing an attachment via SMTP.
- Host: GitHub
- URL: https://github.com/ctsit/emailfile
- Owner: ctsit
- License: apache-2.0
- Created: 2018-09-24T20:06:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-27T16:02:07.000Z (over 7 years ago)
- Last Synced: 2025-02-27T20:33:14.513Z (over 1 year ago)
- Language: Go
- Size: 5.86 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emailfile
Simple command-line program for emailing an attachment via SMTP.
Quickstart
----------
$ make
$ env SMTP_HOST=smtp.example.com SMTP_FROM=noreply@example.com \
> ./emailfile Test tpsreport.pdf boss@example.com <(echo "Attached!")