Apr 2, 2003 #1 Ambatim Programmer Feb 28, 2002 110 IN Is there any way we can send a Cc/Bcc mail using mailx ? Thanks in advance Mallik
Apr 3, 2003 1 #2 Ygor Programmer Feb 21, 2003 623 GB 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 "the subject" recipient@mail.com < mailfile Upvote 0 Downvote
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 "the subject" recipient@mail.com < mailfile
Apr 4, 2003 Thread starter #3 Ambatim Programmer Feb 28, 2002 110 IN Thank you very much Ygor Thanks in advance Mallik Upvote 0 Downvote
Jan 13, 2004 #4 shiv12 Programmer Dec 19, 2003 2 US Is there any way we can use the -r option also along with -s,~c and ~b options . Thanks for your help Upvote 0 Downvote
Is there any way we can use the -r option also along with -s,~c and ~b options . Thanks for your help