Guest User

Untitled

a guest
Oct 15th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. $ echo "This is message body" | mail -s "This is Subject" someone1@example.com,someone2@example.com
  2.  
  3. echo "This is message body" | mail -s "This is Subject" -b someone1@example.com,someone2@example.com
  4.  
  5. echo "This is message body" | mail -s "This is Subject" -c someone1@example.com,someone2@example.com
Add Comment
Please, Sign In to add comment