Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Cc/Bcc Mail using mailx 1

Status
Not open for further replies.

Ambatim

Programmer
Feb 28, 2002
110
IN
Is there any way we can send a Cc/Bcc mail using mailx ?

Thanks in advance
Mallik
 
I think you would use ~c and ~b for cc: and bcc:

echo ~c carboncopy@mail.com > mailfile
echo ~b blindcopy@mail.com >> mailfile
echo This is a test message >> mailfile
uuencode attach.txt attach.txt >> mailfile
mailx -s &quot;the subject&quot; recipient@mail.com < mailfile
 
Thank you very much Ygor Thanks in advance
Mallik
 
Is there any way we can use the -r option also along with
-s,~c and ~b options .
Thanks for your help
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top