The UNIX and Linux Forums  
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 05-14-2008
rohit.shetty84 rohit.shetty84 is offline
Registered User
  
 

Join Date: Apr 2008
Posts: 12
Not able to send email as CC to a ID using Mailx command in HP UX

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...