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

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.

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!")