2015
04.30
04.30
Sometimes you just want to send an email with a (binary) attachment, this is how you do that:
1 | apt-get install sharutils |
1 | uuencode < input-attachment.bin output-attachment.bin | mail foo@bar |
References:
Geek stuff
Sometimes you just want to send an email with a (binary) attachment, this is how you do that:
1 | apt-get install sharutils |
1 | uuencode < input-attachment.bin output-attachment.bin | mail foo@bar |
References:
No Comment.
Add Your Comment