![]() |
|
|
|
|
|||||||
| Forums | Portal | Register | Forum Rules | FAQ | Contribute | Members List | Arcade | Search | Today's Posts | Mark Forums Read |
| Shell Programming and Scripting Post questions about KSH, CSH, SH, BASH, PERL, PHP, SED, AWK and OTHER shell scripts here. |
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Regarding mailing to a distribution list (DL) using mail/mailx command | naren_0101bits | Shell Programming and Scripting | 1 | 02-06-2008 09:25 AM |
| unable to sent mail in html format by mailx command. | p_prathaban | UNIX for Advanced & Expert Users | 18 | 11-22-2007 07:19 AM |
| How to use mail,mailx command in Shell Script ? | sollin | Shell Programming and Scripting | 16 | 04-28-2006 03:50 AM |
| How to set HIGH importance to a mail sent through mailx or sendmail command | mitte_dino | UNIX for Dummies Questions & Answers | 2 | 09-20-2005 07:07 AM |
| Carbon Copy to exchange user | mclevy | UNIX for Dummies Questions & Answers | 1 | 11-18-2002 05:43 PM |
|
|
Submit Tools | LinkBack | Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Carbon copy for a mail in mailx command
Hi,
Can you please anyone say how to send a mail with carbon copy using the mailx command. i.e the recipient list should be in CC while the mail reaches them. I need the option mailx command Thanks in advance. |
| Forum Sponsor | ||
|
|
|
#2
|
|||
|
|||
|
-c cc Set the carbon copy list to cc. cc should be enclosed in quotes if it contains more than one name.
|
|
#3
|
|||
|
|||
|
I tried using like below
mailx -s "hi" -c abc.com abc.com<<! This is just a tetsing ! I just got only one mail instead of 2!! SunOS 5.8 is my OS. Anybody please tell me how to send corbon copy? Thanks. |
|
#4
|
|||
|
|||
|
Try giving differnt ID in ur CC List.
Thanks, Sam |
|
#5
|
|||
|
|||
|
this is your command
mailx -s "SUBJECT LINE" -c "Cc-LIST,multiple ids separated by a comma" TO-LIST |
|
#6
|
||||
|
||||
|
That'll work
|
|
#7
|
|||
|
|||
|
I get an error as -c illigal opetion.
Note : Using HP-UX. |
|||
| Google The UNIX and Linux Forums |