Uuencode is an algorithm for converting binary files to text.
I am trying to send a mail with attachment using sendmail. The problem is I am unable to send a …
linux sendmail uuencodeI have a script that currently does: cat $body | uuencode $attachment $attachment | sendmail $sender -t What should I adjust so …
bash sendmail uuencode