Hey Guys,
I have been trying to send a email as ccto a email ID .However it seems the -c option is not working in HP UX system.
It is shooting an error as "mailx: illegal option -- c"
My script isin the below manner:
mailx -c EMAIL_IDS_CC# -s 'BDC reminder' -r
sender@email.com reciever@email.com <'/usr/uc4/tmp/PENDINGSD.txt'
I even tried shuffling the poisition but to of no use..
mailx -s 'BDC reminder' -r
sender@email.com -c EMAIL_IDS_CC#
reciever@email.com <'/usr/uc4/tmp/PENDINGSD.txt'
Please assist...
