I am trying to email a file on a Linux server using the following command: cat "filename" | uuencode "filename" |mailx -s "subject" email address
It does not send a copy of the file to my email address. Any idea why and is there any other options for getting the file sent to me via email from the server?
Thanks,
Doug
It does not send a copy of the file to my email address. Any idea why and is there any other options for getting the file sent to me via email from the server?
Thanks,
Doug