Solaris 11.4 sendmail with attachment
Hi, Good Day,
Need your help to fix mailx with attachment issue.
Our setup:
We have Solaris 11.4 senamil mail server (mailserver) .All our other servers are using mailserver to sendmail out side. When we send mail with attachment we get mail but instead of attachment it is junk character .
Tried in this way but no luck.
/bin/uuencode /var/tmp/UnixSanReport_18-02-2021.csv /var/tmp/UnixSanReport_18-02-2021.csv | mailx -s "UNIX SAN Report" unixteam@xyz.com
/bin/uuencode /var/tmp/UnixSanReport_18-02-2021.csv /var/tmp/UnixSanReport_18-02-2021.csv | mailx -v -s "UNIX SAN Report" unixteam@xyz.com