I was trying to send a mail from the shell script using the command
mailx -s "TEST MAIL" -c "user_name ..." user<message.txt
but it generates an error as unrecognized option -c
,the same happens if i
use -b
as a option for blind copy, so what options do i need to use for cc and bcc here ???