Shell Usage
Simple file sending
This sends two files to [email protected]. The process will return immediately and send in the background:
sendl -f y_u_no.jpg -f otherfile.txt -t email:someone@someplace.com
More sending options
Send in the foreground returning when finished:
sendl -f y_u_no.jpg -t email:someone@someplace.com --foreground
Sending STDIN (works with sending named files too):
somecommand | sendl -f y_u_no.jpg -t email:someone@someplace.com