Hello and good day! Attempting to create performance monitoring scripts/reports and would like to forward output as a SMTP email attachment using MailX:
Code:
echo "Test email body text" | mailx -s "Test email subject" -a output.txt
[email protected]
Recieving the following error message...