i have a script where i would like to bcc a distribution list group, and have another group in the TO area and i want to CC myself.
what syntax do i use keep in mind its all in one script. i already know the bcc is ~ name of distribution list
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
If you have more than one blind copy recipient, the string needs to be double quouted at least on my Solaris 9 box:
# UNTESTED
-b “user1@lgildv5i97.onrocket.site user2@lgildv5i97.onrocket.site”
This google or a variation will provide a lot of examples:
unix mailx bcc example