Created
November 19, 2016 15:04
-
-
Save lidio601/c5e47c291c4746fd1e9fcb928639fb2b to your computer and use it in GitHub Desktop.
How to send an image via email
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Setup | |
apt-get install -y sharutils | |
# How to | |
f=image0001.png | |
uuencode $f `basename $f` | mail -s "see the attachment" [email protected] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment